mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-31 13:17:21 +02:00
Added links to PDF docs.
[SVN r37653]
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
[section:intro Overview and Tutorial]
|
[section:intro Overview and Tutorial]
|
||||||
|
|
||||||
|
This documentation is
|
||||||
|
[@http://boost-consulting.com/vault/index.php?action=downloadfile&filename=boost_static_assert-1.34.pdf&directory=PDF%20Documentation&
|
||||||
|
also available in printer-friendly PDF format].
|
||||||
|
|
||||||
The header `<boost/static_assert.hpp>` supplies a single macro `BOOST_STATIC_ASSERT(x)`,
|
The header `<boost/static_assert.hpp>` supplies a single macro `BOOST_STATIC_ASSERT(x)`,
|
||||||
which generates a compile time error message if the integral-constant-expression `x`
|
which generates a compile time error message if the integral-constant-expression `x`
|
||||||
is not true. In other words it is the compile time equivalent of the assert macro;
|
is not true. In other words it is the compile time equivalent of the assert macro;
|
||||||
@@ -219,3 +223,4 @@ working at namespace, function, and class scope outweighed the ugliness of a mac
|
|||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user