Opened 20 years ago

Closed 15 years ago

#88 closed Bugs (wontfix)

ct_gcd_lcm.hpp compilation error — at Version 1

Reported by: osadchy Owned by: shammah
Milestone: Component: None
Version: None Severity: Showstopper
Keywords: Cc:

Description (last modified by John Maddock)

Hello,
i have a problem compiling project with boost on MSVC 
6.0 SP5 with STLPort 4.5.3 - 

...\boost\pool\detail\ct_gcd_lcm.hpp(39) : error 
C2989: 'ct_gcd_helper<A,B,0>' : template class has 
already been defined as a non-template class
error C2988: unrecognizable template 
declaration/definition

for declaration template <unsigned A, unsigned B>
struct ct_gcd_helper<A, B, false> {.....

Is this construction work in MSVC?



Change History (1)

comment:1 by John Maddock, 15 years ago

Description: modified (diff)
Resolution: Nonewontfix
Severity: Showstopper
Status: assignedclosed

I'm resolving this as "won't fix" since we don't support VC6 anymore anyway.

Note: See TracTickets for help on using tickets.