diff --git a/config.htm b/config.htm index 42f29a44..75f58f60 100644 --- a/config.htm +++ b/config.htm @@ -863,12 +863,11 @@ void g() { return f(); } BOOST_HAS_HASH Standard library - The C++ implementation provides the (SGI) hash_set and - hash_map classes. When defined, - BOOST_HASH_SET_HEADER and BOOST_HASH_LIST_HEADER will contain the names of the header - needed to access hash_set and hash_map; BOOST_STD_EXTENSION_NAMESPACE - will provide the namespace in which the two class templates - reside. + The C++ implementation provides the (SGI) hash_set + and hash_map classes. When defined, BOOST_HASH_SET_HEADER and + BOOST_HASH_LIST_HEADER will contain the names of the header needed to access + hash_set and hash_map; BOOST_STD_EXTENSION_NAMESPACE will provide the namespace + in which the two class templates reside. BOOST_HAS_LOG1P @@ -954,12 +953,10 @@ void g() { return f(); } BOOST_HAS_SLIST Standard library - The C++ implementation - provides the (SGI) slist class. When defined, - BOOST_SLIST_HEADER will contain the name of the header - needed to access slist and BOOST_STD_EXTENSION_NAMESPACE - will provide the namespace in which slist - resides. + The C++ implementation provides the (SGI) slist + class. When defined, BOOST_SLIST_HEADER will contain the name of the header + needed to access slist and BOOST_STD_EXTENSION_NAMESPACE will provide the + namespace in which slist resides. BOOST_HAS_STLP_USE_FACET @@ -1146,16 +1143,19 @@ void g() { return f(); } - BOOST_HASH_MAP_HEADER - The header to include to get the SGI hash_map class. This macro is only available if BOOST_HAS_HASH is defined. + BOOST_HASH_MAP_HEADER + The header to include to get the SGI hash_map class. This macro is only + available if BOOST_HAS_HASH is defined. - BOOST_HASH_SET_HEADER - The header to include to get the SGI hash_set class. This macro is only available if BOOST_HAS_HASH is defined. + BOOST_HASH_SET_HEADER + The header to include to get the SGI hash_set class. This macro is only + available if BOOST_HAS_HASH is defined. - BOOST_SLIST_HEADER - The header to include to get the SGI slist class. This macro is only available if BOOST_HAS_SLIST is defined. + BOOST_SLIST_HEADER + The header to include to get the SGI slist class. This macro is only available + if BOOST_HAS_SLIST is defined. BOOST_STD_EXTENSION_NAMESPACE @@ -1665,9 +1665,11 @@ int test() members, past and present, have contributed fixes to boost's configuration.

 


-

© Beman Dawes 2001

-

© Vesa Karvonen 2001

-

© John Maddock 2001

+

Copyright Beman Dawes 2001

+

Copyright Vesa Karvonen 2001

+

Copyright John Maddock 2001

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file + LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

 

 

 

@@ -1675,3 +1677,4 @@ int test()

 

+ diff --git a/index.html b/index.html index e665f3f2..77ec5480 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,14 @@ - - - - -Automatic redirection failed, please go to -config.htm. - - \ No newline at end of file + + + + +

+ Automatic redirection failed, please go to config.htm. +

+

Copyright John Maddock 2001

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file + LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

+ + + diff --git a/test/Jamfile b/test/Jamfile index 6ee6adda..570c4c9a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -4,6 +4,9 @@ # This file was automatically generated on Wed Feb 15 14:14:07 2006 # by libs/config/tools/generate.cpp # Copyright John Maddock. +# Use, modification and distribution are subject to 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) # # If you need to alter build preferences then set them in # the template defined in options.jam. @@ -325,3 +328,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : [ run no_wchar_t_pass.cpp