diff --git a/doc/guidelines.qbk b/doc/guidelines.qbk index 934fc44b..d1d78fa6 100644 --- a/doc/guidelines.qbk +++ b/doc/guidelines.qbk @@ -129,12 +129,12 @@ test system proceeds as: * cd into `libs/config/tools` and run `bjam` : this generates the `.cpp` file test cases from the `.ipp` file, updates the libs/config/test/all/Jamfile.v2, `config_test.cpp` and `config_info.cpp`. -* cd into `libs/config/test/all` and run `bjam `['MACRONAME]` compiler-list` : where -['MACRONAME] is the name of the new macro, and `compiler-list` is the list of +* cd into `libs/config/test/all` and run `bjam `['MACRONAME` compiler-list`] : where +['MACRONAME] is the name of the new macro, and ['`compiler-list`] is a space separated list of compilers to test with. You should see the tests pass with those compilers that don't have the defect, and fail with those that do. -* cd into `libs/config/test` and run `bjam config_info config_test compiler-list` : -`config_info` should build and run cleanly for all the compilers in `compiler-list` +* cd into `libs/config/test` and run `bjam config_info config_test `['`compiler-list`] : +`config_info` should build and run cleanly for all the compilers in ['`compiler-list`] while `config_test` should fail for those that have the defect, and pass for those that do not. diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 901f8a5e..9c596611 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,7 +3,7 @@
Beman Dawes provided the original config.hpp
and
part of this document.
- Vesa Karvonen provided a description of the principles (see rationale) + Vesa Karvonen provided a description of the principles (see rationale) and put together an early version of the current configuration setup.
diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 143b398b..10467132 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3,7 +3,7 @@
@@ -1202,7 +1204,7 @@
@@ -2110,12 +2112,13 @@
The following macros describe features that are likely to be included in - the upcoming ISO C++ standard, C++0x. + the upcoming ISO C++ standard, C++0x, but have not yet been approved for + inclusion in the language.
|
- The compiler supports concepts. Note: concepts have been proposed - for C++0x, but have not yet been approved for inclusion in the language. + The compiler supports concepts. + + |
+
+ The following macros describe features in the upcoming ISO C++ standard, + C++0x, that are not yet supported by a particular compiler. +
+
+ + Macro + + |
+
+ + Description + + |
++ |
---|---|---|
+
+ |
+
+
+ The compiler does not support type |
++ |
+
+ |
+
+
+ The compiler does not support type |
++ |
+
+ |
+
+
+ The compiler does not support |
++ |
+
+ |
+
+
+ The compiler does not support |
++ |
+
+ |
+
+
+ The compiler does not support defaulted ( |
+
+
+ The compiler does not support deleted ( |
- |
- The compiler supports decltype.
+ The compiler does not support explicit conversion operators ( |
+|
- |
- The compiler supports the long long data type.
+ The compiler does not support explicit instantiation declarations
+ for templates ( |
+|
- |
- The compiler supports rvalue references.
+ The compiler does not support |
+|
- |
- The compiler supports static assertions. + The compiler does not support raw string literals. |
+|
- |
- The compiler supports variadic templates. + The compiler does not support r-value references. + + |
++ |
+
+ |
+
+
+ The compiler does not support scoped enumerations ( |
++ |
+
+ |
+
+
+ The compiler does not support |
++ |
+
+ |
+
+
+ The compiler does not support Unicode ( |
+
+ + The compiler does not support variadic templates. |
Last revised: May 27, 2008 at 16:07:04 GMT |
+Last revised: June 20, 2008 at 00:19:08 GMT |