Opened 5 years ago

Closed 4 years ago

#13394 closed Bugs (fixed)

math_fwd.hpp contains declarations of undefined quaternion template specializations

Reported by: Vladimir S. <vladimir.shlobin@…> 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 >;

Change History (1)

comment:1 by John Maddock, 4 years ago

Resolution: fixed
Status: newclosed

Fixed thanks.

Note: See TracTickets for help on using tickets.