Decltype support is in GCC 4.3

[SVN r38294]
This commit is contained in:
Douglas Gregor
2007-07-27 18:27:23 +00:00
parent 4c11df6feb
commit 87bc2fd4ca
2 changed files with 5 additions and 3 deletions

View File

@ -477,6 +477,9 @@ upcoming ISO C++ standard, C++0x.
The compiler supports concepts. Note: concepts have been proposed for C++0x,
but have not yet been approved for inclusion in the language.
]]
[[`BOOST_HAS_DECLTYPE`][
The compiler supports decltype.
]]
[[`BOOST_HAS_LONG_LONG`][
The compiler supports the long long data type.
]]
@ -487,9 +490,7 @@ The compiler supports rvalue references.
The compiler supports static assertions.
]]
[[`BOOST_HAS_VARIADIC_TMPL`][
The compiler supports variadic templates. Note: variadic templates have been
proposed for C++0x, but have not yet been approved for inclusion in the
language.
The compiler supports variadic templates.
]]
]

View File

@ -93,6 +93,7 @@
# define BOOST_HAS_STATIC_ASSERT
# define BOOST_HAS_VARIADIC_TMPL
# define BOOST_HAS_RVALUE_REFS
# define BOOST_HAS_DECLTYPE
# endif
#endif