mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
c++: fix comment
* data/skeletons/c++.m4: here.
This commit is contained in:
@@ -83,7 +83,7 @@ m4_define([b4_cxx_portability],
|
|||||||
# define YY_NOTHROW throw ()
|
# define YY_NOTHROW throw ()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Support noexcept when possible.
|
// Support constexpr when possible.
|
||||||
#if 201703 <= YY_CPLUSPLUS
|
#if 201703 <= YY_CPLUSPLUS
|
||||||
# define YY_CONSTEXPR constexpr
|
# define YY_CONSTEXPR constexpr
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user