]> git.lyx.org Git - lyx.git/commitdiff
Fix compilation without trivstring
authorGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 19:39:31 +0000 (20:39 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 19:39:31 +0000 (20:39 +0100)
src/support/trivstring.h

index 491546992e91e5fbae726dccc2e1b0281fdcf31f..c83b607d8bf70b42a74e2ce501133f2e96208b58 100644 (file)
@@ -100,9 +100,9 @@ template <typename Char> bool operator==(Char const * lhs, trivial_string<Char>
 template <typename Char>
 std::basic_ostream<Char, std::char_traits<Char> > &
 operator<<(std::basic_ostream<Char, std::char_traits<Char> > &, trivial_string<Char> const &);
+
+} // namespace lyx
 #else
 #include <string>
 #endif
-
-} // namespace lyx
 #endif