
Near the beginning of the documentation on the website the example: Illegal use of COMPILE_TIME_ASSERTION_FAILURE<false> Should, I believe, read: Illegal use of STATIC_ASSERTION_FAILURE<false> Glen Knowles Centor Software Corporation

Glen Knowles <gknowles@Centor.com> writes:
Near the beginning of the documentation on the website the example:
Illegal use of COMPILE_TIME_ASSERTION_FAILURE<false>
Should, I believe, read:
Illegal use of STATIC_ASSERTION_FAILURE<false>
While error messages obviously differ from compiler to compiler, but you should see something like: </p> <pre>Illegal use of COMPILE_TIME_ASSERTION_FAILURE<false></pre> STATIC_ASSERTION_FAILURE<false> is "something like" that. Since I don't know the intention of the documentation authors and I don't want to encourage users to count on the exact error message, I'm not going to make the change myself. Maybe when John gets back from his vacation he'll feel differently. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

Near the beginning of the documentation on the website the example:
Illegal use of COMPILE_TIME_ASSERTION_FAILURE<false>
Should, I believe, read:
Illegal use of STATIC_ASSERTION_FAILURE<false>
Correct, I think we changed the name at some point and docs obviously never caught up :-( Will fix, John.
participants (3)
-
David Abrahams
-
Glen Knowles
-
John Maddock