X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=e673ab57741f866e4237683bb73a198a470dac5e;hb=cb10487f67b404334eaffa60f074b8eca8f871de;hp=d7e86d592528eb8499bcd2ff956ce3dc62be0d3a;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index d7e86d5..e673ab5 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -71,6 +71,8 @@ namespace senf { std::string buffer_; }; + enum NoThrow_t { nothrow }; + } ///////////////////////////////hh.e//////////////////////////////////////// @@ -87,4 +89,5 @@ namespace senf { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: