Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / container / cpp_conformance.html
index d7f94c0..83f95fd 100644 (file)
         class and <span class="bold"><strong>backports this feature also to C++03 compilers</strong></span>.
         Due to C++03 limitations, in those compilers the allocator propagation implemented
         by <code class="computeroutput"><span class="identifier">scoped_allocator_adaptor</span><span class="special">::</span><span class="identifier">construct</span></code>
-        functions will be based on traits (<code class="computeroutput"><a class="link" href="../boost/container/construc_idm45836563847024.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
-        and <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45836563857392.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>)
+        functions will be based on traits (<code class="computeroutput"><a class="link" href="../boost/container/construc_idm45666065493952.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+        and <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45666065504320.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>)
         proposed in <a href="http://www.open-std.org/jtc1/sc22/WG21/docs/papers/2008/n2554.pdf" target="_top">N2554:
         The Scoped Allocator Model (Rev 2) proposal</a>. In conforming C++11
         compilers or compilers supporting SFINAE expressions (when <code class="computeroutput"><span class="identifier">BOOST_NO_SFINAE_EXPR</span></code> is NOT defined), traits
                   <code class="computeroutput"><a class="link" href="../boost/container/pmr/monotonic_buffer_resource.html" title="Class monotonic_buffer_resource">monotonic_buffer_resource</a></code>.
                 </li>
 <li class="listitem">
-                  <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchr_idm45836568083648.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
+                  <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchr_idm45666069730544.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
                 </li>
 <li class="listitem">
                   <code class="computeroutput"><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource">synchronized_pool_resource</a></code>.
 <p>
         <span class="bold"><strong>Note:</strong></span> <span class="emphasis"><em>In C++03 compilers, it is
         required that the programmer specializes as <code class="computeroutput"><span class="keyword">true</span></code>
-        <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45836563847024.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
-        or <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45836563857392.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
+        <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45666065493952.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+        or <code class="computeroutput"><a class="link" href="../boost/container/construc_idm45666065504320.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
         as in C++03 there is no way to automatically detect the chosen option at
         compile time. If no specialization is done, <span class="bold"><strong>Boost.Container</strong></span>
         assumes the suffix option</em></span>.