]> git.lyx.org Git - lyx.git/blob - src/boost-inst.C
handle USE_BOOST_FORMAT
[lyx.git] / src / boost-inst.C
1 #include <config.h>
2
3 #include "BoostFormat.h"
4
5 #if USE_BOOST_FORMAT
6
7 namespace boost
8 {
9
10 using boost::io::out_of_range_bit;
11
12 template class basic_format<char>;
13
14 } // namespace boost
15
16 #endif // USE_BOOST_FORMAT