diff options
Diffstat (limited to 'doc/html/atomic/limitations.html')
-rw-r--r-- | doc/html/atomic/limitations.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/atomic/limitations.html b/doc/html/atomic/limitations.html index b00958b6af..6a8858e539 100644 --- a/doc/html/atomic/limitations.html +++ b/doc/html/atomic/limitations.html @@ -4,9 +4,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Limitations</title> <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> -<link rel="up" href="../atomic.html" title="Chapter 5. Boost.Atomic"> +<link rel="up" href="../atomic.html" title="Chapter 6. Boost.Atomic"> <link rel="prev" href="usage_examples.html" title="Usage examples"> <link rel="next" href="porting.html" title="Porting"> </head> @@ -32,7 +32,7 @@ atomic operations from C++11 as faithfully as possible, there are a few limitations that cannot be lifted without compiler support: </p> -<div class="itemizedlist"><ul class="itemizedlist" type="disc"> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <span class="bold"><strong>Using non-POD-classes as template parameter to <code class="computeroutput"><span class="identifier">atomic</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span></code> results in undefined behavior</strong></span>: This means that any class containing |