]> git.lyx.org Git - lyx.git/blobdiff - src/BoostFormat.h
reverse last change
[lyx.git] / src / BoostFormat.h
index 7da2a5968f609513b3f110e74fbf2f5c3586d1fe..e96cb1d24695a99a3d9906439f8131ec9d890ba6 100644 (file)
@@ -8,7 +8,8 @@
 
 #include <boost/format.hpp>
 
-// Add explicit instantion
+// Add explicit instantion for g++ compilers
+#ifdef __GNUG__
 
 namespace boost
 {
@@ -53,6 +54,8 @@ feed<char, std::char_traits<char>,
 
 } // namespace boost
 
+#endif // __GNUG__
+
 #endif // USE_BOOST_FORMAT
 
 #endif // LYX_BOOST_FORMAT_H