Opened 20 years ago
Closed 15 years ago
#88 closed Bugs (wontfix)
ct_gcd_lcm.hpp compilation error
| Reported by: | osadchy | Owned by: | shammah |
|---|---|---|---|
| Milestone: | Component: | None | |
| Version: | None | Severity: | Showstopper |
| Keywords: | Cc: |
Description (last modified by )
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 , 15 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | None → wontfix |
| Severity: | → Showstopper |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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