Merge pull request #11 from Lastique/modularization

Separate MPL and MPL.Core

Unfortunately, I'm not able to test it right now.
This commit is contained in:
Noel Belcourt
2014-09-10 14:36:48 -06:00
429 changed files with 314 additions and 248 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
Boost.MPL
==========
Boost.MPL, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), is a library for meta-programming.
### Directories
* **doc** - Documentation of the components
* **include** - Interface headers
* **test** - Unit tests
The core components of the library are in the Boost.MPL.Core sublibrary, which resides in the **core** subdirectory.
### More information
* [Documentation](http://www.boost.org/doc/libs/release/libs/mpl/doc/index.html)
### License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).

Some files were not shown because too many files have changed in this diff Show More