boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Add C++11 constexpr requirement #154

Closed Flamefire closed 2 years ago

Flamefire commented 2 years ago

This is required as of https://github.com/boostorg/wave/blob/develop/build/Jamfile.v2#L15

Add a VS2013 job which would otherwise fail, see #153

Note that VS2013 is NOT supported by Boost.Wave anymore due to incomplete C++11 support. The added requirement makes it skip building Boost.Wave on that (and possibly other affected) compiler(s) avoiding a hard error.

jefftrull commented 2 years ago

Thanks for noticing this and for the fix!