Boost C++ Libraries: Ticket #6344: Unnecessary (and heavyweight) include in Boost.Random https://svn.boost.org/trac10/ticket/6344 <p> In generate_canonical.hpp there is: </p> <pre class="wiki">#include &lt;boost/math/special_functions.hpp&gt; </pre><p> Which is a rather heavyweight #include as it brings in almost all of Boost.Math. Furthermore, a quick grep suggests that nothing from there is actually used by Boost.Random anyway? </p> <p> Suggest this #include is removed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6344 Trac 1.4.3 Steven Watanabe Sat, 19 May 2012 13:14:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6344#comment:1 https://svn.boost.org/trac10/ticket/6344#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/78511" title="Remove unnecessary #include. Fixes #6344.">[78511]</a>) Remove unnecessary #include. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6344" title="#6344: Bugs: Unnecessary (and heavyweight) include in Boost.Random (closed: fixed)">#6344</a>. </p> Ticket