Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / BOOST_MPI_HAS_MEMORY_ALLOCATION.html
index 35ef407..93cd092 100644 (file)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Macro BOOST_MPI_HAS_MEMORY_ALLOCATION</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.78.1">
 <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
 <link rel="up" href="mpi/reference.html#header.boost.mpi.config_hpp" title="Header &lt;boost/mpi/config.hpp&gt;">
 <link rel="prev" href="MPICH_IGNORE_CXX_SEEK.html" title="Macro MPICH_IGNORE_CXX_SEEK">
@@ -33,7 +33,7 @@
 
 </span>BOOST_MPI_HAS_MEMORY_ALLOCATION</pre></div>
 <div class="refsect1">
-<a name="id2517702"></a><h2>Description</h2>
+<a name="idp339102704"></a><h2>Description</h2>
 <p>Determine if the MPI implementation has support for memory allocation.</p>
 <p>This macro will be defined when the underlying MPI implementation has support for the MPI-2 memory allocation routines <code class="computeroutput">MPI_Alloc_mem</code> and <code class="computeroutput">MPI_Free_mem</code>. When defined, the <code class="computeroutput">allocator</code> class template will provide Standard Library-compliant access to these memory-allocation routines. </p>
 </div>