forked from boostorg/mp11
Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -10,6 +10,8 @@ The library is intended to be placed in a subdirectory `libs/mp11` in a Boost di
|
|||||||
but can also be used standalone, although it does require Boost.Config. A single-header form
|
but can also be used standalone, although it does require Boost.Config. A single-header form
|
||||||
is available in [include/boost/mp11_single.hpp](include/boost/mp11_single.hpp).
|
is available in [include/boost/mp11_single.hpp](include/boost/mp11_single.hpp).
|
||||||
|
|
||||||
|
The Mp11 documentation is included in the repository and [can be browsed here](https://rawgit.com/pdimov/mp11/master/doc/html/mp11.html).
|
||||||
|
|
||||||
## Supported compilers
|
## Supported compilers
|
||||||
|
|
||||||
* g++ 4.7 or later
|
* g++ 4.7 or later
|
||||||
@@ -18,36 +20,6 @@ is available in [include/boost/mp11_single.hpp](include/boost/mp11_single.hpp).
|
|||||||
|
|
||||||
Tested on [Travis](https://travis-ci.org/pdimov/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/).
|
Tested on [Travis](https://travis-ci.org/pdimov/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/).
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
[Overview](doc/mp11/overview.adoc)
|
|
||||||
|
|
||||||
[Definitions](doc/mp11/definitions.adoc)
|
|
||||||
|
|
||||||
[Examples](doc/mp11/examples.adoc)
|
|
||||||
|
|
||||||
[Reference](doc/mp11/reference.adoc)
|
|
||||||
|
|
||||||
* [Integral Constants](doc/mp11/integral.adoc)
|
|
||||||
|
|
||||||
* [List Operations](doc/mp11/list.adoc)
|
|
||||||
|
|
||||||
* [Utility Components](doc/mp11/utility.adoc)
|
|
||||||
|
|
||||||
* [Algorithms](doc/mp11/algorithm.adoc)
|
|
||||||
|
|
||||||
* [Set Operations](doc/mp11/set.adoc)
|
|
||||||
|
|
||||||
* [Map Operations](doc/mp11/map.adoc)
|
|
||||||
|
|
||||||
* [Helper Metafunctions](doc/mp11/function.adoc)
|
|
||||||
|
|
||||||
* [Bind](doc/mp11/bind.adoc)
|
|
||||||
|
|
||||||
* [Integer Sequences](doc/mp11/integer_sequence.adoc)
|
|
||||||
|
|
||||||
* [Tuple Operations](doc/mp11/tuple.adoc)
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
|
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
|
||||||
|
Reference in New Issue
Block a user