lyx_mirror/src/boost-inst.C
Lars Gullik Bjønnes 00efea7970 handle USE_BOOST_FORMAT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5703 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-24 15:20:31 +00:00

17 lines
209 B
C

#include <config.h>
#include "BoostFormat.h"
#if USE_BOOST_FORMAT
namespace boost
{
using boost::io::out_of_range_bit;
template class basic_format<char>;
} // namespace boost
#endif // USE_BOOST_FORMAT