X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=e673ab57741f866e4237683bb73a198a470dac5e;hb=47368f306a577d1e46df69a7f729bd3893cbe5e7;hp=212a6fb8eed447f8a0cfda8774207ddbbe28083d;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 212a6fb..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//////////////////////////////////////// @@ -86,4 +88,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: