diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-02 16:16:26 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-09 17:06:12 +0800 |
commit | 4e7bc1af8a18152ef7696f1fdc6914c14ec6f6f4 (patch) | |
tree | 5b11abcc76adde3f22e1cae8de6fd56ea68da840 /MSVC_Net2005 | |
parent | bb84ab2ca601b59acb16075d7821ca65bba9c9b0 (diff) | |
download | glibmm-4e7bc1af8a18152ef7696f1fdc6914c14ec6f6f4.tar.gz |
glib/glibmmconfig.h: Allow Build on Visual Studio 2013
Visual Studio 2013 supports enough of C++-11 to support the build of
glibmm, except that it does not support noexcept (which is something
that Visual Studio 2015 supports). Define noexcept as _NOEXCEPT on
Visual Studio 2013, so that one can build glibmm on it.
Note that since later Visual Studio versions do not allow one to
define known keywords like noexcet as macros, we need to define
_ALLOW_KEYWORD_MACROS to workaround this limitation.
https://bugzilla.gnome.org/show_bug.cgi?id=753271
Diffstat (limited to 'MSVC_Net2005')
0 files changed, 0 insertions, 0 deletions