mirror of
https://github.com/boostorg/regression.git
synced 2026-01-26 19:02:09 +00:00
C++11 is used in two places where it can be easilly avoided (one nullptr used in a clib function call and one std::string ctor for stream). It does not match the default setting of some widly used compiler (Intel's icpc for one). One alternative would be to have b2 sorting out the right option.