Skip to content

Commit 9a13d9a

Browse files
fanc999-1kjellahl
authored andcommitted
sigc++config.h.*: Drop Visual Studio noexcept workaround
We already need Visual Studio 2017 or later, so this part is not used at all here.
1 parent ea27eaf commit 9a13d9a

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

sigc++config.h.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
*/
4747
# pragma warning(disable:4251)
4848

49-
#if (_MSC_VER < 1900) && !defined (noexcept)
50-
#define _ALLOW_KEYWORD_MACROS 1
51-
#define noexcept _NOEXCEPT
52-
#endif
53-
5449
#else /* SIGC_MSC */
5550

5651
#endif /* !SIGC_MSC */

sigc++config.h.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
*/
4747
#pragma warning(disable : 4251)
4848

49-
#if (_MSC_VER < 1900) && !defined(noexcept)
50-
#define _ALLOW_KEYWORD_MACROS 1
51-
#define noexcept _NOEXCEPT
52-
#endif
53-
5449
#else /* SIGC_MSC */
5550

5651
#endif /* !SIGC_MSC */

sigc++config.h.meson

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
*/
5050
#pragma warning(disable : 4251)
5151

52-
#if (_MSC_VER < 1900) && !defined(noexcept)
53-
#define _ALLOW_KEYWORD_MACROS 1
54-
#define noexcept _NOEXCEPT
55-
#endif
56-
5752
#else /* SIGC_MSC */
5853

5954
#endif /* !SIGC_MSC */

0 commit comments

Comments
 (0)