forked from boostorg/exception
minor to_string fix
[SVN r44419]
This commit is contained in:
@ -33,7 +33,8 @@ boost
|
||||
struct
|
||||
has_to_string_impl<T,false>
|
||||
{
|
||||
enum e { value=1!=sizeof(to_string(*(T*)0)) };
|
||||
static T const & f();
|
||||
enum e { value=1!=sizeof(to_string(f())) };
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user