Subject: Re: [Boost-bugs] [Boost C++ Libraries] #88: ct_gcd_lcm.hpp compilation error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-08 17:13:34
#88: ct_gcd_lcm.hpp compilation error
----------------------+-----------------------------------------------------
Reporter: osadchy | Owner: shammah
Type: Bugs | Status: closed
Milestone: | Component: None
Version: None | Severity: Showstopper
Resolution: wontfix | Keywords:
----------------------+-----------------------------------------------------
Changes (by johnmaddock):
* status: assigned => closed
* resolution: None => wontfix
* severity: => Showstopper
Old description:
> {{{
> 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?
>
>
> }}}
New description:
{{{
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?
}}}
Comment:
I'm resolving this as "won't fix" since we don't support VC6 anymore
anyway.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/88#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC