Addition of Predef into Boost.. Note, the references are indirect (i.e. svn externals), as the real project is in github.

[SVN r85164]
This commit is contained in:
Rene Rivera
2013-07-28 17:12:05 +00:00
parent 88da98e37b
commit 20682e83dc
2 changed files with 33 additions and 0 deletions

19
include/boost/predef.h Normal file
View File

@@ -0,0 +1,19 @@
/*
Copyright Redshift Software, Inc. 2008-2013
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)
*/
#ifndef BOOST_PREDEF_H
#define BOOST_PREDEF_H
#include <boost/predef/language.h>
#include <boost/predef/architecture.h>
#include <boost/predef/compiler.h>
#include <boost/predef/library.h>
#include <boost/predef/os.h>
#include <boost/predef/other.h>
#include <boost/predef/platform.h>
#endif

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../../doc/html/proto.html">./doc/html/index.html</a>
<p>Copyright&nbsp;Redshift Software Inc 2013</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>