From bbc39ffe31c67506b4c03fc56fa3adcb925b6325 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Jun 2015 21:35:43 +0200 Subject: Remove gratuitous classes In the process also get rid of global class processor which conflicts with enum processor on MIPS. --- odb/context.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/context.hxx') 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 regex_mapping; -// +// Generic exception thrown to indicate a failure when diagnostics +// has already been issued (to stderr). // class operation_failed {}; -- cgit v1.1