aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-03 21:35:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-03 21:35:43 +0200
commitbbc39ffe31c67506b4c03fc56fa3adcb925b6325 (patch)
treecdc3e2bb6f66edab684ee184a28c35727246f448 /odb/context.hxx
parentf0bbc17aeed1b636782a4b92e8191d90f310d0a2 (diff)
Remove gratuitous classes
In the process also get rid of global class processor which conflicts with enum processor on MIPS.
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 1cf002a..351bc61 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -41,7 +41,8 @@ typedef cutl::re::format regex_format;
typedef std::vector<regexsub> regex_mapping;
-//
+// Generic exception thrown to indicate a failure when diagnostics
+// has already been issued (to stderr).
//
class operation_failed {};