Files
container/include/boost
Giel van Schijndel f60f0bde95 Make sure std::string constructor is available
.. because <stdexcept> only needs to have a forward declaration of
std::string. But that's not enough to invoke constructors of
std::exception (and derivatives) if we don't have a reference to an
std::string handy.
2015-10-30 14:23:37 +01:00
..