Opened 21 years ago

Closed 17 years ago

#28 closed Bugs (Out of Date)

template problems with common_factor.hpp

Reported by: nobody Owned by: Daryle Walker
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

Hi, when I include common_factor.hpp in my application
or try to compile common_factor_test.cpp I get the
following error messages (gcc version 3.0.2):

/usr/local/include/boost/math/common_factor.hpp:291:
explicit specialization in non-namespace scope `struct
boost::math::detail::gcd_optimal_evaluator<T>'
/usr/local/include/boost/math/common_factor.hpp:291:
enclosing class templates are not explicitly
specialized
/usr/local/include/boost/math/common_factor.hpp:293:
template parameters not used in partial specialization:
/usr/local/include/boost/math/common_factor.hpp:293:        
`T'
...

Thanks,
Tobias

Change History (1)

comment:1 by Markus Schöpflin, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=91733

The common factor unit test works for all supported versions
of gcc >= 3.2, and gcc 3.0.2 is not a supported version, and
this report is really old. Therefore closed.
Note: See TracTickets for help on using tickets.