mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 15:05:56 +00:00
14 lines
160 B
C++
14 lines
160 B
C++
|
#include <config.h>
|
||
|
|
||
|
#include "BoostFormat.h"
|
||
|
|
||
|
|
||
|
namespace boost
|
||
|
{
|
||
|
|
||
|
using boost::io::out_of_range_bit;
|
||
|
|
||
|
template class basic_format<char>;
|
||
|
|
||
|
} // namespace boost
|