Require C++11

This commit is contained in:
Alexander Grund 2020-04-18 13:58:45 +02:00
parent 8530f691a1
commit 87e4326883
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 2 additions and 4 deletions

View file

@ -7,3 +7,5 @@ Distributed under the [Boost Software License, Version 1.0](http://boost.org/LIC
[![Build Status](https://travis-ci.org/mat007/turtle.svg)](https://travis-ci.org/mat007/turtle)
[![Build status](https://ci.appveyor.com/api/projects/status/459hvqkb5rts4hw7?svg=true)](https://ci.appveyor.com/project/mat007/turtle)
[![Coverage Status](https://coveralls.io/repos/mat007/turtle/badge.png)](https://coveralls.io/r/mat007/turtle)
Boost and a C++11 compatible compiler is required.