Export ostream &operator<<(std::ostream&,const Failure&failure)

This commit is contained in:
Martchus 2017-10-07 23:02:29 +02:00
parent 0b19d0b523
commit cf09db8166
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ private:
std::string m_what;
};
std::ostream &operator<<(std::ostream &o, const Failure &failure);
CPP_UTILITIES_EXPORT std::ostream &operator<<(std::ostream &o, const Failure &failure);
} // namespace ApplicationUtilities