mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-01 05:25:55 +00:00
00efea7970
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5703 a592a061-630c-0410-9148-cb99ea01b6c8
17 lines
209 B
C
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
|