From 7b3a8ec37ecb3388dc9092a6f30b513dabdab0a1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 27 Jan 2011 18:29:26 +0000 Subject: [PATCH] Merge doc changes from Trunk so that BOOST*NIX macros are no longer defined. [SVN r68482] --- .../boost_config/boost_macro_reference.html | 90 ------------------- doc/html/index.html | 4 +- doc/macro_reference.qbk | 30 ++----- 3 files changed, 7 insertions(+), 117 deletions(-) diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 1ae8f0f8..7986b6b3 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3481,96 +3481,6 @@ - -

- BOOST_LINUX -

- - -

- <boost/config.hpp> -

- - -

- Defined if the system kernel is Linux -

- - - - -

- BOOST_NIX -

- - -

- <boost/config.hpp> -

- - -

- Defined if the system is POSIX compliant -

- - - - -

- BOOST_GENETIC_NIX -

- - -

- <boost/config.hpp> -

- - -

- Defined if the system can trace its ancestry to the original AT&T - codebase or designs, but is not certified by the Open Group. This - is the case for modern open-source BSD systems. -

- - - - -

- BOOST_TRADEMARK_NIX -

- - -

- <boost/config.hpp> -

- - -

- Systems certified as POSIX compliant by the Open Group. These systems - can use the UNIX trademark. Most commercially developed *nix systems - fall into this category. -

- - - - -

- BOOST_FUNCTIONAL_NIX -

- - -

- <boost/config.hpp> -

- - -

- Systems which behave in a manner roughly consistent with POSIX - standards. Linux and Minix fall into this category. -

- - -

BOOST_DINKUMWARE_STDLIB diff --git a/doc/html/index.html b/doc/html/index.html index 5c2f3211..caec8875 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -28,7 +28,7 @@

-

+

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)

@@ -950,7 +950,7 @@
- +

Last revised: November 25, 2010 at 10:30:55 GMT

Last revised: November 23, 2010 at 03:21:20 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index eae6572f..eacbf8e7 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -71,11 +71,6 @@ The Platform does not provide `` and ``. [[`BOOST_NO_CWCTYPE`][Platform][ The Platform does not provide `` and ``. ]] -[[`BOOST_NO_FENV_H`][Platform, Standard library][ -The C standard library doesn't provide ``. [@../../../../boost/detail/fenv.hpp -``] should be included instead of `` for maximum -portability on platforms which do provide ``. -]] [[`BOOST_NO_DEPENDENT_NESTED_DERIVATIONS`][Compiler][ The compiler fails to compile a nested class that has a dependent base class: `` @@ -404,6 +399,11 @@ The platform has the POSIX API `sched_yield`. [[`BOOST_HAS_SGI_TYPE_TRAITS`][Compiler, Standard library][ The compiler has native support for SGI style type traits. ]] +[[`BOOST_HAS_FENV_H`][Platform, Standard library][ +The platform has a ``. [@../../../../boost/detail/fenv.hpp +``] should be included instead of `` for maximum +portability. +]] [[`BOOST_HAS_STDINT_H`][Platform][ The platform has a `` ]] @@ -882,26 +882,6 @@ Defined to 1 if the compiler is the Clang compiler. [[`BOOST_WINDOWS`][``][ Defined if the Windows platfrom API is available. ]] -[[`BOOST_LINUX`][``][ -Defined if the system kernel is Linux -]] -[[`BOOST_NIX`][``][ -Defined if the system is POSIX compliant -]] -[[`BOOST_GENETIC_NIX`][``][ -Defined if the system can trace its ancestry to the original AT&T codebase or -designs, but is not certified by the Open Group. This is the case for modern -open-source BSD systems. -]] -[[`BOOST_TRADEMARK_NIX`][``][ -Systems certified as POSIX compliant by the Open Group. These systems can use -the UNIX trademark. Most commercially developed *nix systems fall into this -category. -]] -[[`BOOST_FUNCTIONAL_NIX`][``][ -Systems which behave in a manner roughly consistent with POSIX standards. Linux -and Minix fall into this category. -]] [[`BOOST_DINKUMWARE_STDLIB`][``][ Defined if the dinkumware standard library is in use, takes the same value as the Dinkumware library version macro `_CPPLIB_VER` if defined, otherwise 1.