[Boost-bugs] [Boost C++ Libraries] #6344: Unnecessary (and heavyweight) include in Boost.Random

Subject: [Boost-bugs] [Boost C++ Libraries] #6344: Unnecessary (and heavyweight) include in Boost.Random
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-02 17:37:50


#6344: Unnecessary (and heavyweight) include in Boost.Random
-------------------------------------+--------------------------------------
 Reporter: johnmaddock | Owner: steven_watanabe
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: random
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 In generate_canonical.hpp there is:

 {{{
 #include <boost/math/special_functions.hpp>
 }}}

 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?

 Suggest this #include is removed.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6344>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC