]> git.lyx.org Git - lyx.git/blobdiff - src/support/sstream.h
various changes
[lyx.git] / src / support / sstream.h
index 2d11caad6949c8fbc7ffdba0627929d99e9c2772..2dc2e0d10c7d14ae28718d37375271584b6f013e 100644 (file)
@@ -29,8 +29,6 @@ the executable file might be covered by the GNU General Public License. */
    and with lyxstring. Dynamic casts have been replaced by static_casts.
    One fix to avoid unsigned/signed warnings.
 
-   Some further changes might be needed to avoid use of namespaces.
-
    Lars Gullik Bjønnes (larsbj@lyx.org)
 */
 
@@ -167,7 +165,8 @@ namespace std
       stringstreambase(s, which)
     { }
   };
-}
+
+} // namespace std
 
 inline int stringbuf::sync()
 {