annotate Core/Compatibility.h @ 3728:0b3aacdf77f5

Fixed C++03 detection support for Visual C++ compilers
author Benjamin Golinvaux <bgo@osimis.io>
date Sun, 08 Mar 2020 19:51:22 +0100
parents e9029cb94d7c
children 6cd4b7724c3d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3712
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 /**
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 * Orthanc - A Lightweight, RESTful DICOM Store
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 * Department, University Hospital of Liege, Belgium
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
6 *
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7 * This program is free software: you can redistribute it and/or
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
8 * modify it under the terms of the GNU General Public License as
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
9 * published by the Free Software Foundation, either version 3 of the
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
10 * License, or (at your option) any later version.
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 *
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
12 * In addition, as a special exception, the copyright holders of this
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
13 * program give permission to link the code of its release with the
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
14 * OpenSSL project's "OpenSSL" library (or with modified versions of it
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
15 * that use the same license as the "OpenSSL" library), and distribute
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
16 * the linked executables. You must obey the GNU General Public License
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
17 * in all respects for all of the code used other than "OpenSSL". If you
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
18 * modify file(s) with this exception, you may extend this exception to
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
19 * your version of the file(s), but you are not obligated to do so. If
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
20 * you do not wish to do so, delete this exception statement from your
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
21 * version. If you delete this exception statement from all source files
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
22 * in the program, then also delete it here.
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
23 *
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
24 * This program is distributed in the hope that it will be useful, but
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
25 * WITHOUT ANY WARRANTY; without even the implied warranty of
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
27 * General Public License for more details.
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
28 *
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
29 * You should have received a copy of the GNU General Public License
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
31 **/
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
32
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
33
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
34 #pragma once
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
35
3728
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
36 //#define Orthanc_Compatibility_h_STR2(x) #x
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
37 //#define Orthanc_Compatibility_h_STR1(x) Orthanc_Compatibility_h_STR2(x)
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
38
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
39 //#pragma message("__cplusplus = " Orthanc_Compatibility_h_STR1(__cplusplus))
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
40
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
41 #if (defined _MSC_VER)
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
42 //# pragma message("_MSC_VER = " Orthanc_Compatibility_h_STR1(_MSC_VER))
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
43 // The __cplusplus macro cannot be used in Visual C++ < 1914 (VC++ 15.7)
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
44 // However, even in recent versions, __cplusplus will only be correct (that is,
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
45 // correctly defines the supported C++ version) if a special flag is passed to
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
46 // the compiler ("/Zc:__cplusplus")
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
47 // To make this header more robust, we use the _MSVC_LANG equivalent macro.
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
48 # if (defined _MSVC_LANG) && (_MSVC_LANG >= 201103L)
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
49 # define ORTHANC_Cxx03_DETECTED 0
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
50 # else
3714
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
51 # define ORTHANC_Cxx03_DETECTED 1
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
52 # endif
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
53 #else
3728
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
54 // of _MSC_VER is not defined, we assume __cplusplus is correctly defined
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
55 // if __cplusplus is not defined (very old compilers??), then the following
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
56 // test will compare 0 < 201103L and will be true --> safe.
3714
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
57 # if __cplusplus < 201103L
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
58 # define ORTHANC_Cxx03_DETECTED 1
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
59 # else
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
60 # define ORTHANC_Cxx03_DETECTED 0
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
61 # endif
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
62 #endif
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
63
3728
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
64 #if ORTHANC_Cxx03_DETECTED == 1
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
65 //#pragma message("C++ 11 support is not present.")
3714
e9029cb94d7c fix unique_ptr cpp compat for MSVC
Alain Mazy <alain@mazy.be>
parents: 3712
diff changeset
66
3712
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
67 /**
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
68 * "std::unique_ptr" was introduced in C++11, and "std::auto_ptr" was
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
69 * removed in C++17. We emulate "std::auto_ptr" using boost: "The
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
70 * smart pointer unique_ptr [is] a drop-in replacement for
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
71 * std::unique_ptr, usable also from C++03 compilers." This is only
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
72 * available if Boost >= 1.57.0 (from November 2014).
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
73 * https://www.boost.org/doc/libs/1_57_0/doc/html/move/reference.html#header.boost.move.unique_ptr_hpp
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
74 **/
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
75
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
76 #include <boost/move/unique_ptr.hpp>
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
77
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
78 namespace std
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
79 {
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
80 template <typename T>
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
81 class unique_ptr : public boost::movelib::unique_ptr<T>
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
82 {
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
83 public:
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
84 unique_ptr() :
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
85 boost::movelib::unique_ptr<T>()
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
86 {
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
87 }
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
88
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
89 unique_ptr(T* p) :
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
90 boost::movelib::unique_ptr<T>(p)
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
91 {
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
92 }
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
93 };
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
94 }
3728
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
95 #else
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
96 //# pragma message("C++ 11 support is present.")
0b3aacdf77f5 Fixed C++03 detection support for Visual C++ compilers
Benjamin Golinvaux <bgo@osimis.io>
parents: 3714
diff changeset
97 # include <memory>
3712
2a170a8f1faf replacing std::auto_ptr by std::unique_ptr
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
98 #endif