Actions
Bug #470
closedMSC6 weirdness in dcmnet/scppool.h
Start date:
2013-01-15
Due date:
% Done:
100%
Estimated time:
Module:
dcmnet
Operating System:
Compiler:
Description
I built the toolkit as DLLs. dcmnet compiled fine, but while compiling dcmnet_tests, the following error occured:
dcmnet/include/dcmtk/dcmnet/scppool.h(266) : error C2899: typename cannot be used outside a template declaration
No idea what MSC6 suddenly doesn't like anymore. It did not complain while building dcmnet itself. :-/
Ideas, Anyone?
Updated by Michael Onken over 12 years ago
- Assignee changed from Michael Onken to Jan Schlamelcher
Updated by Jan Schlamelcher over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Should be fixed now. It seems that typename != typename. One appearance of typename had to be replaced by "OFTypename", so this appearance is removed when compiling with VC6.
Updated by Jörg Riesmeier about 12 years ago
- Target version changed from 3.6.1 to 3.6.1+
Updated by Jörg Riesmeier almost 10 years ago
- Status changed from Feedback to Closed
Since we dropped support for VC6, this issue should be solved in any case.
Actions