Use qualified name to fix graph tests

[SVN r35592]
This commit is contained in:
Alexander Nasonov
2006-10-13 17:34:56 +00:00
parent 04de824ead
commit 0a605d1bb3

View File

@@ -51,7 +51,7 @@ inline std::streamsize lcast_get_precision()
bool const is_specialized_decimal = is_floating && bool const is_specialized_decimal = is_floating &&
limits::radix == 10 && limits::digits10 > 0; limits::radix == 10 && limits::digits10 > 0;
std::streamsize const precision_maxarg = std::streamsize const precision_maxarg =
integer_traits<std::streamsize>::const_max; boost::integer_traits<std::streamsize>::const_max;
if(is_specialized_binary) if(is_specialized_binary)
{ // Floating-point types with { // Floating-point types with
// limist::digits defined by the specialization. // limist::digits defined by the specialization.