peelonet / tempearly

Minimal scripting language / templating engine.
2 stars 0 forks source link

Require C++11 compliant compiler. #111

Closed RauliL closed 9 years ago

RauliL commented 9 years ago

I believe that the time has come for us to require C++11 compliant compiler for this project. C++11 support (at least partial support for it) can now be found in all major C++ compilers and to (ab)use features given by the "new" version of C++, we need to require an compiler that has support for it.