summaryrefslogtreecommitdiff
path: root/doc/html/boost/random/traits/make_unsigned.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/random/traits/make_unsigned.html')
-rw-r--r--doc/html/boost/random/traits/make_unsigned.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/random/traits/make_unsigned.html b/doc/html/boost/random/traits/make_unsigned.html
index 2bebe90e67..f3597acfa7 100644
--- a/doc/html/boost/random/traits/make_unsigned.html
+++ b/doc/html/boost/random/traits/make_unsigned.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="make_unsigned.html" title="Struct template make_unsigned">make_unsigned</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp492805520"></a><h2>Description</h2>
+<a name="idp511662176"></a><h2>Description</h2>
<p>This trait has a single member <code class="computeroutput">type</code> which is the unsigned type corresponding to T. Note that if T is signed, then member <code class="computeroutput">type</code> <span class="emphasis"><em>should define a type with one more bit precision than T</em></span>. For built-in types this trait defaults to <code class="computeroutput">boost::make_unsigned&lt;T&gt;::type</code>. For user defined types it simply asserts that the argument type T is an unsigned integer (using std::numeric_limits). User defined specializations may be provided for other cases. </p>
</div>
</div>