mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +02:00
Revert "Merge pull request #11 from Lastique/modularization"
This reverts commita9a1eddba8
, reversing changes made tod6bc9845ba
.
This commit is contained in:
20
README.md
20
README.md
@@ -1,20 +0,0 @@
|
|||||||
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).
|
|
@@ -1,13 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="refresh" content="0; URL=../doc/index.html">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
Automatic redirection failed, please go to
|
|
||||||
<a href="../doc/index.html">../doc/index.html</a>. <hr>
|
|
||||||
<p><EFBFBD> Copyright Beman Dawes, 2001</p>
|
|
||||||
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
||||||
file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
|
|
||||||
at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@@ -1,39 +0,0 @@
|
|||||||
# Boost.MPL.Core Library test Jamfile
|
|
||||||
#
|
|
||||||
# Copyright (c) 2005 Vladimir Prus
|
|
||||||
# Copyright (c) 2006-2007 Dave Abrahams
|
|
||||||
# Copyright (c) 2009 Eric Niebler
|
|
||||||
# Copyright (c) 2009 Steven Watanabe
|
|
||||||
#
|
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
|
||||||
# See accompanying file LICENSE_1_0.txt or copy at
|
|
||||||
# http://www.boost.org/LICENSE_1_0.txt
|
|
||||||
|
|
||||||
import testing ;
|
|
||||||
|
|
||||||
project
|
|
||||||
: requirements
|
|
||||||
<include>.
|
|
||||||
;
|
|
||||||
|
|
||||||
compile aux_/largest_int.cpp ;
|
|
||||||
|
|
||||||
compile arithmetic.cpp ;
|
|
||||||
compile assert.cpp ;
|
|
||||||
compile bitwise.cpp ;
|
|
||||||
run bool.cpp ;
|
|
||||||
compile comparison.cpp ;
|
|
||||||
compile eval_if.cpp ;
|
|
||||||
compile has_xxx.cpp ;
|
|
||||||
compile identity.cpp ;
|
|
||||||
compile if.cpp ;
|
|
||||||
run int.cpp ;
|
|
||||||
run char.cpp ;
|
|
||||||
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed ;
|
|
||||||
compile logical.cpp ;
|
|
||||||
compile min_max.cpp ;
|
|
||||||
compile no_has_xxx.cpp ;
|
|
||||||
compile numeric_ops.cpp ;
|
|
||||||
run print.cpp ;
|
|
||||||
run size_t.cpp ;
|
|
||||||
compile sizeof.cpp ;
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user