X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Ffmt.h;fp=source%2Fstrings%2Ffmt.h;h=88b297d7bede12e4895398696e7b909f36bbd3ab;hp=d6db418f990a41089f41e8e60745e424327e3ca3;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/strings/fmt.h b/source/strings/fmt.h index d6db418..88b297d 100644 --- a/source/strings/fmt.h +++ b/source/strings/fmt.h @@ -4,10 +4,11 @@ #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) { } @@ -34,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