summaryrefslogtreecommitdiff
path: root/data/skeletons/glr2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'data/skeletons/glr2.cc')
-rw-r--r--data/skeletons/glr2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/skeletons/glr2.cc b/data/skeletons/glr2.cc
index 604de731..970ccfdf 100644
--- a/data/skeletons/glr2.cc
+++ b/data/skeletons/glr2.cc
@@ -818,7 +818,7 @@ namespace ]b4_namespace_ref[
class ]b4_parser_class[::glr_state
{
public:
- glr_state ()
+ glr_state () YY_NOEXCEPT
: yyresolved (false)
, yylrState (0)
, yyposn (0)
@@ -1410,7 +1410,7 @@ namespace
class glr_stack_item
{
public:
- glr_stack_item (bool state = true)
+ glr_stack_item (bool state = true) YY_NOEXCEPT
: is_state_ (state)]b4_parse_assert_if([[
, magic_ (MAGIC)]])[
{