to_string adjustments

[SVN r44192]
This commit is contained in:
Emil Dotchevski
2008-04-11 18:34:46 +00:00
parent 3c7f53176f
commit 761ae0bc1e
5 changed files with 82 additions and 39 deletions

View File

@ -12,7 +12,7 @@ namespace
boost
{
namespace
exception_detail
to_string_detail
{
template <bool>
struct
@ -43,7 +43,7 @@ boost
struct
is_output_streamable
{
enum e { value=exception_detail::is_output_streamable_impl<T,CharT,Traits>::value };
enum e { value=to_string_detail::is_output_streamable_impl<T,CharT,Traits>::value };
};
}