Boost.org ptr_container module
Go to file
Peter Dimov cf94735c87 Merge branch 'feature/use_invoke_swap' of https://github.com/Lastique/ptr_container into feature/pr-38 2023-11-05 14:58:48 +02:00
.github/workflows Update ci.yml 2023-11-05 14:27:30 +02:00
doc Fix typo in doc 2022-04-24 09:31:17 -04:00
include/boost/ptr_container Trim trailing spaces. 2023-09-02 19:56:15 +03:00
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. (#29) 2021-01-21 02:02:56 -05:00
test Update test/Jamfile 2023-02-28 09:04:55 +02:00
.appveyor.yml Align CI to boost-ci 2022.02 2022-04-24 21:14:02 -04:00
.codecov.yml Align CI to boost-ci 2022.02 2022-04-24 21:14:02 -04:00
.gitattributes *** empty log message *** 2005-03-21 00:01:27 +00:00
.ubsan-ignorelist Align CI to boost-ci 2022.02 2022-04-24 21:14:02 -04:00
CMakeLists.txt Regenerate CMakeLists.txt 2023-02-23 10:14:14 +02:00
Jamfile Added CI framework 2018-05-27 09:58:57 -04:00
LICENSE Added CI framework 2018-05-27 09:58:57 -04:00
README.md Align CI to boost-ci 2022.02 2022-04-24 21:14:02 -04:00
index.html Removed executable attribute from files. 2017-11-04 22:50:46 +02:00

README.md

PtrContainer, part of collection of the Boost C++ Libraries, provides containers for holding heap-allocated objects in an exception-safe manner and with minimal overhead.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header Only

Build Status

Branch GHA CI 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
include headers
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 [ptr_container] tag at the beginning of the subject line.