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.