X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Ffmt.h;h=88b297d7bede12e4895398696e7b909f36bbd3ab;hb=HEAD;hp=3c1db9d3e3c37c14f76ad6a7cba166925f00a26f;hpb=99b9121e2158603372c7313400283b622e6754d8;p=libs%2Fcore.git diff --git a/source/strings/fmt.h b/source/strings/fmt.h index 3c1db9d..88b297d 100644 --- a/source/strings/fmt.h +++ b/source/strings/fmt.h @@ -4,14 +4,14 @@ #include #include #include +#include namespace Msp { -class format_error: public std::logic_error +class MSPCORE_API format_error: public std::logic_error { public: format_error(const std::string &w): std::logic_error(w) { } - virtual ~format_error() throw() = default; }; @@ -35,7 +35,7 @@ Some new conversions are supported: b/B Binary integer conversion P Uppercase pointer conversion (like %#X) */ -class Fmt +class MSPCORE_API Fmt { public: enum Type