id summary reporter owner description type status milestone component version severity resolution keywords cc 11595 boost container forward declares names from the std namespace illegally Mathias Gaunard Ion Gaztañaga "Header forward-declares stuff from the std namespace, which is illegal as per the C++ standard. It tries to detect the standard library to know it can do it safely, but this is imperfect and fails on more exotic standard library implementations. Code should be modified so that it falls back to including the right headers if dealing with an unknown standard library. It should also use better standard library detection logic based on boost.config instead of checking directly for libc++ and libstdc++ defines (indeed, some standard libraries sit on top of others, like STLPort)." Bugs new To Be Determined container Boost 1.58.0 Problem