bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c++: fix comment


From: Akim Demaille
Subject: c++: fix comment
Date: Sat, 26 Jan 2019 11:30:13 +0100

commit bc8ec1d7bf619b9675af9ba1d8993f191f638300
Author: Akim Demaille <address@hidden>
Date:   Sat Jan 26 10:08:05 2019 +0100

    c++: fix comment
    
    * data/skeletons/c++.m4: here.

diff --git a/data/skeletons/c++.m4 b/data/skeletons/c++.m4
index acc35b62..35008f37 100644
--- a/data/skeletons/c++.m4
+++ b/data/skeletons/c++.m4
@@ -83,7 +83,7 @@ m4_define([b4_cxx_portability],
 # define YY_NOTHROW throw ()
 #endif
 
-// Support noexcept when possible.
+// Support constexpr when possible.
 #if 201703 <= YY_CPLUSPLUS
 # define YY_CONSTEXPR constexpr
 #else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]