summaryrefslogtreecommitdiff
path: root/src/utility/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utility/context.h')
-rw-r--r--src/utility/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utility/context.h b/src/utility/context.h
index 934c5aee..411e6821 100644
--- a/src/utility/context.h
+++ b/src/utility/context.h
@@ -39,6 +39,7 @@ class context
public:
string description; // ex: 'While parsing file "%R" at line %L'
+ context() throw() {}
explicit context(const string& _description) throw()
: description(_description) {}