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