Project

General

Profile

Actions

Feature #887

closed

Implement OFdeprecated macro

Added by Marco Eichelberg over 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Jan Schlamelcher
Category:
Library
Target version:
-
Start date:
2019-05-08
Due date:
% Done:

100%

Estimated time:
Module:
ofstd
Operating System:
Compiler:

Description

Implement CMake test for the various C++ deprecation attributes and implement an "OFdeprecated" macro that is resolved to Consider variants for deprecated attributes with and without comment string
  • [[deprecated("TEXT")]] (C++14)
  • __declspec(deprecated("TEXT")) (supported since Visual Studio 2005)
  • __attribute__((deprecated("TEXT"))) (supported on gcc since which version?)

Related issues 1 (0 open1 closed)

Related to DCMTK - Bug #1027: Deprecated methods and functions should not be used by the DCMTKClosedJörg Riesmeier2022-07-04

Actions
Actions

Also available in: Atom PDF