Opened 5 years ago
Closed 4 years ago
#13394 closed Bugs (fixed)
math_fwd.hpp contains declarations of undefined quaternion template specializations
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This code no needed in math_fwd.hpp since no template specializations in quaternion.hpp. This code produces compile errors in some cases.
template < > class quaternion< float >; template < > class quaternion< double >; template < > class quaternion< long double >;
Note:
See TracTickets
for help on using tickets.
Fixed thanks.