On Wed, Apr 29, 2015 at 4:42 AM, Alain Miniussi <alain.miniussi@oca.eu> wrote:It seems that C++11 is now required for building some tools (library_status at least), but the build system does not select it (not sur if b2 can do that ?).
Is that intentional ? the C++11 usage is quite small (one nullptr and one stream ctor using std::string.No, it wasn't intentional.. It just gets harder and harder over time for my brain to avoid C++11 ;-) I'll try and change that soonish. But I also accept PRs.