summaryrefslogtreecommitdiff
path: root/src/parser/parser_builder.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-01-06 15:27:11 -0800
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-01-06 17:27:11 -0600
commit8497910df4d1c254b26f09c3dc5ee6191c970b12 (patch)
tree495df915de750ad09ade2d9f8844365e5feaeb76 /src/parser/parser_builder.h
parentd26e19150d5d3a6cc8cee332a5f2067a7383a129 (diff)
Removing throw specifiers from src/parser/. (#1486)
Diffstat (limited to 'src/parser/parser_builder.h')
-rw-r--r--src/parser/parser_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser_builder.h b/src/parser/parser_builder.h
index 4b4eb4e4e..fe4a754d1 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -97,7 +97,7 @@ public:
const Options& options);
/** Build the parser, using the current settings. */
- Parser *build() throw (InputStreamException);
+ Parser* build();
/** Should semantic checks be enabled in the parser? (Default: yes) */
ParserBuilder& withChecks(bool flag = true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback