Boost.org mpl module
Go to file
Peter Dimov b37b709cbd Merge branch 'next-prior' of https://github.com/ecatmur/mpl into feature/issue-69 2024-06-18 02:34:39 +03:00
.github/workflows Rewrite ci.yml 2024-06-17 22:25:12 +03:00
book/chapter1
doc Fix some XML validation errors (#60) 2021-12-01 19:37:28 -08:00
example Added CI framework 2018-05-29 20:02:33 -04:00
include/boost/mpl Update integral_wrapper.hpp 2023-11-27 09:55:00 -06: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. (#55) 2021-01-20 15:39:33 -05:00
preprocessed
test Add test for issue #69 2024-06-18 02:23:56 +03:00
.appveyor.yml Align to Boost.CI 2022.04 2022-04-30 17:31:53 -04:00
.codecov.yml Align to Boost.CI 2022.04 2022-04-30 17:31:53 -04:00
.gitattributes
CMakeLists.txt Regenerate CMakeLists.txt 2024-06-17 22:30:26 +03:00
Jamfile Added CI framework 2018-05-29 20:02:33 -04:00
LICENSE Added CI framework 2018-05-29 20:02:33 -04:00
README.md Align to Boost.CI 2022.04 2022-04-30 17:31:53 -04:00
index.html

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.