Registry / utility / boost-container

boost-container

JSON →
library1.90.0vcpkgunverified

Boost.Container provides standard-compliant containers with additional features like flat associative containers and stable vector.

vcpkg install boost-container
INSTALL
IMPORT
SIG · BOOST-CONTAINER
B
boost-container
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/container/vector.hpp
#include <boost/container/vector.hpp>

Use Boost.Container's vector as a drop-in replacement for std::vector.

#include <boost/container/vector.hpp> #include <iostream> int main() { boost::container::vector<int> v = {1, 2, 3}; for (auto x : v) std::cout << x << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-container — pip install boost-container · libregistry