Edward Diener 6704b09dcf It normally should not be necessary to use the _Z form of the BOOST_P… (#52)
* It normally should not be necessary to use the _Z form of the BOOST_PP_ENUM macro, although it is perfectly legal and helpful to do so, but in this case it is necessary as a workaround for a bug in the new VC++ standard conforming preprocessor. The bug manifests itself when testing the TTI library, which internally uses the Boost MPL code. The bug in the new VC++ standard conforming compiler is fixed in the VS2019 preview product, so that fix is sure to find its way to the official VS2019 product sometime soon. In the meantime this "fix" shortens the macro expansion somewhat and, while it should not be necessary, is still helpful.

* Fix for appveyor.yml file

* Added VS2019 tests, also with new preprocessor. Further MPL Fixes for new preprocessor bug, which are also useful and will speed up preprocessing.

* Can't seem to test msvc-10.0 or msvc-11.0 any more with Appveyor

* Update description
2020-09-24 06:07:26 -04:00
2017-09-16 07:22:05 -04:00
2020-08-05 08:57:41 -07:00
2018-05-29 20:02:33 -04:00
2014-08-18 15:07:32 +01:00
2001-09-26 09:23:15 +00:00
2006-11-07 19:11:57 +00:00
2018-05-29 20:02:33 -04:00
2018-05-29 20:02:33 -04:00

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 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
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.
Description
Boost.org mpl module
Readme BSL-1.0 6.8 MiB
Languages
C++ 99.1%
Python 0.8%