lyx_mirror/src/BoostFormat.h

18 lines
216 B
C
Raw Normal View History

// -*- C++ -*-
#ifndef LYX_BOOST_FORMAT_H
#define LYX_BOOST_FORMAT_H
#include <boost/format.hpp>
// Add explicit instantion
namespace boost
{
extern
template basic_format<char>;
} // namespace boost
#endif