diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 12:32:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 22:48:12 +0100 |
commit | 6896184167ad084fad298ababff7e6d026d0b929 (patch) | |
tree | 2bfbb7ca0754e90712725a4d9b6906abe62c9cc3 /config_host | |
parent | 66ef8ca217680095d8aaae025d82c2cbcd8ec1d2 (diff) |
HAVE_CXX_CWG1579_FIX is always true now
...(according to
<http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579> it is fixed
in C++14), but for safety, leave the configure.ac check in for some longer.
Change-Id: Ibd2f0cac228117e35ac299e2fe74207394c900cd
Reviewed-on: https://gerrit.libreoffice.org/64773
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index a182c4d346c0..8c0be58faba7 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -27,10 +27,6 @@ Any change in this header will cause a rebuild of almost everything. /* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */ #define HAVE_CPP_GUARANTEED_COPY_ELISION 0 -/* Fix for <http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579> "Return by converting - move constructor": */ -#define HAVE_CXX_CWG1579_FIX 0 - /* GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87150> "move ctor wrongly chosen in return stmt (derived vs. base)": */ #define HAVE_GCC_BUG_87150 0 |