]> git.lyx.org Git - lyx.git/commitdiff
Use explicit macro to declare that we want to use C++11
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 May 2015 13:10:38 +0000 (15:10 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 May 2015 08:19:19 +0000 (10:19 +0200)
This replaces tests for __cplusplus >= 201103L, which are wrong with gcc 4.6 and earlier. Indeed these versions of gcc define __cplusplus = 1.

Reference:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773


No differences found