Actions
Feature #774
closedCheck if USE_STD_CXX_INCLUDES is still needed
Start date:
2017-07-14
Due date:
% Done:
100%
Estimated time:
Module:
ofstd
Operating System:
Compiler:
Description
USE_STD_CXX_INCLUDES checks whether specific C++ standard library's headers are there, in order to include the C alternatives otherwise. Apart from a usage incosistency (see bug #762) it is not clear whether the macro and the related configure test are still needed: Every compiler supporting C++-98 must offer those headers.
Actually, DCMTK's current CMake build scripts set this macro hard-wired to 1 and so far no problems showed up an CMake-enabled systems (thus to check: QNX, SUNpro, ... which on build with autoconf?).
Updated by Michael Onken about 8 years ago
- Category changed from Library to Configuration
Updated by Jan Schlamelcher over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Updated by Michael Onken over 5 years ago
- Target version set to 3.6.6
Macro should be completely removed.
Updated by Jörg Riesmeier over 4 years ago
- Target version changed from 3.6.6 to 3.6.7
Updated by Marco Eichelberg over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Closed by commit #744a94610 and a number of follow-up commits up to and including commit #feb218ff6.
Actions