Fixes for variable shadowing (26/28)

This commit is contained in:
John Wiegley 2012-02-17 14:30:35 -06:00
parent b4c870ace2
commit 8f8275733c

View file

@ -92,8 +92,7 @@ namespace {
#endif // USE_BOOST_FACETS
}
T parse(const char * str) {
}
T parse(const char *) {}
std::string format(const T& when) {
#if defined(USE_BOOST_FACETS)