id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7001,Macro guards are missing in boost/math/distributions/logistic.hpp,jc_doubleimpact ,John Maddock,"#ifndef BOOST_STATS_LOGISTIC_HPP #define BOOST_STATS_LOGISTIC_HPP ... #endif //BOOST_STATS_LOGISTIC_HPP are missing. This causes compilation error: ""Class template has already been defined"". This is a minimal example where the problem occurs: {{{ #include #include int main(){return 0;} }}}",Bugs,closed,To Be Determined,math,Boost Development Trunk,Problem,fixed,logistic guard,