You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Crypto City 763755a0a4 make the windows fix only on windows 15 hours ago
.github/workflows Fix ccache saving on cache hit (#66) 9 months ago
book/chapter1 Removed executable tag. 6 years ago
doc Fix some XML validation errors (#60) 1 year ago
example Added CI framework 5 years ago
include/boost/mpl make the windows fix only on windows 15 hours 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. (#55) 2 years ago
preprocessed bump template size to 70 3 months ago
test Align to Boost.CI 2022.04 11 months ago
.appveyor.yml Align to Boost.CI 2022.04 11 months ago
.codecov.yml Align to Boost.CI 2022.04 11 months ago
.gitattributes dummy file 22 years ago
CMakeLists.txt Update CMakeLists.txt 2 years ago
Jamfile Added CI framework 5 years ago
LICENSE Added CI framework 5 years ago
README.md Align to Boost.CI 2022.04 11 months ago
index.html Add copyright, license 17 years ago

README.md

MPL, part of collection of the Boost C++ Libraries, provides a general-purpose, high-level C++ template metaprogramming framework of compile-time algorithms, sequences and metafunctions.

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
example examples
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 [mpl] tag at the beginning of the subject line.