21 #include <boost/static_assert.hpp>
26 template <
typename P,
typename Q>
28 locale_convert (Q,
int precision = 16,
bool fixed =
false)
33 BOOST_STATIC_ASSERT (
sizeof (Q) == 0);
34 LIBSUB_UNUSED(precision);
40 locale_convert (
int x,
int,
bool);
44 locale_convert (
long int x,
int,
bool);
48 locale_convert (
unsigned long int x,
int,
bool);
52 locale_convert (
unsigned long long x,
int,
bool);
56 locale_convert (std::string x,
int,
bool);
60 locale_convert (std::string x,
int,
bool);
64 locale_convert (std::string x,
int,
bool);