]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/fmt.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / strings / fmt.h
index d6db418f990a41089f41e8e60745e424327e3ca3..88b297d7bede12e4895398696e7b909f36bbd3ab 100644 (file)
@@ -4,10 +4,11 @@
 #include <ostream>
 #include <stdexcept>
 #include <string>
+#include <msp/core/mspcore_api.h>
 
 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