forked from boostorg/static_assert
updated url's
[SVN r9993]
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
content="text/html; charset=iso-8859-1">
|
content="text/html; charset=iso-8859-1">
|
||||||
<meta name="Template"
|
<meta name="Template"
|
||||||
content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
||||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||||
<title>static assertions</title>
|
<title>static assertions</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ vlink="#800080">
|
|||||||
<p>The header <boost/static_assert.hpp> supplies a single
|
<p>The header <boost/static_assert.hpp> supplies a single
|
||||||
macro BOOST_STATIC_ASSERT(x), which generates a compile time
|
macro BOOST_STATIC_ASSERT(x), which generates a compile time
|
||||||
error message if the <a
|
error message if the <a
|
||||||
href="../../more/integral_constant_guidelines.htm">integral-constant-expression</a>
|
href="../../more/int_const_guidelines.htm">integral-constant-expression</a>
|
||||||
<i>x</i> is not true. In other words it is the compile time
|
<i>x</i> is not true. In other words it is the compile time
|
||||||
equivalent of the assert macro; this is sometimes known as a
|
equivalent of the assert macro; this is sometimes known as a
|
||||||
"compile-time-assertion", but will be called a "static
|
"compile-time-assertion", but will be called a "static
|
||||||
@ -268,7 +268,8 @@ warranty, and with no claim as to its suitability for any purpose.</p>
|
|||||||
<p>Maintained by <a href="mailto:John_Maddock@compuserve.com">John
|
<p>Maintained by <a href="mailto:John_Maddock@compuserve.com">John
|
||||||
Maddock</a>, the latest version of this file can be found at <a
|
Maddock</a>, the latest version of this file can be found at <a
|
||||||
href="http://www.boost.org/">www.boost.org</a>, and the boost
|
href="http://www.boost.org/">www.boost.org</a>, and the boost
|
||||||
discussion list at <a href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.
|
discussion list at <a
|
||||||
|
href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
Reference in New Issue
Block a user