]> git.lyx.org Git - lyx.git/blob - src/BoostFormat.h
use boost::format
[lyx.git] / src / BoostFormat.h
1 // -*- C++ -*-
2 #ifndef LYX_BOOST_FORMAT_H
3 #define LYX_BOOST_FORMAT_H
4
5 #include <boost/format.hpp>
6
7 // Add explicit instantion
8
9 namespace boost
10 {
11
12   extern
13   template basic_format<char>;
14
15 } // namespace boost
16
17 #endif