STL-like containers from Boost
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Ion Gaztañaga b8b089730a Disable test for clang with libstdc++ as clang triggers an error parsing STL headers with concepts (stl_iterator.h: error: requires clause differs in template redeclaration") 5 months ago
.drone add drone config [ci skip] 3 years ago
.github/workflows Update github regression tests with more platforms and performance improvements 5 months ago
bench Reduce additional BOOST_CONTAINER_FORCEINLINE uses 5 months ago
build Fixed bug Trac #13038 6 years ago
doc Fixes #225 ("variable set but not used in dlmalloc_ext_2_8_6.c") 6 months ago
example Simplify dependencies dropping Boost.Core 8 months ago
include/boost/container Workarounds to GCC-12 false positive warning 5 months ago
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 3 years ago
proj Add CMakeLists.txt to the project 8 months ago
src Fixes #225 ("variable set but not used in dlmalloc_ext_2_8_6.c") 6 months ago
test Disable test for clang with libstdc++ as clang triggers an error parsing STL headers with concepts (stl_iterator.h: error: requires clause differs in template redeclaration") 5 months ago
.drone.star add drone config [ci skip] 3 years ago
.gitattributes Move top-level boost directory over to "devel" (temporarily) 16 years ago
CMakeLists.txt Update CMakeLists.txt with new dependencies 8 months ago
Jamfile Add general Jamfile 5 years ago
LICENSE_1_0.txt Add Boost Software License 2 years ago
README.md Make sure test suite/examples/bench compile with exceptions disabled (exception-handling=off) 3 years ago
index.html Removed trailing whitespaces 9 years ago

README.md

Boost.Container

Boost.Container, part of collection of the Boost C++ Libraries, implements several well-known containers, including STL containers. The aim of the library is to offer advanced features not present in standard containers, to offer the latest standard draft features for compilers that don't comply with the latest C++ standard and to offer useful non-STL containers.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Mostly header-only, library compilation is required for few features.
  • Supports compiler modes without exceptions support (e.g. -fno-exceptions).

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
example examples
include headers
proj ide projects
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [container] tag at the beginning of the subject line.