Files
regression/common
Alain Miniussi d7dac7a810 Do not require C++11
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.
2015-04-29 11:49:58 +02:00
..
2015-04-29 11:49:58 +02:00