Documentation fixes:

* allocator_traits was not properly placed in namespace boost::container.qbk
* Fixed some typos
* Added "Known Issues" section with move emulation problems.
This commit is contained in:
Ion Gaztañaga
2014-06-13 10:49:09 +02:00
parent ac7fb5a86b
commit 9c582e906a
2 changed files with 53 additions and 14 deletions

View File

@@ -38,10 +38,11 @@
#include <boost/container/detail/preprocessor.hpp>
#endif
#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
namespace boost {
namespace container {
#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
namespace container_detail {
//workaround needed for C++03 compilers with no construct()