forked from boostorg/type_traits
Added gcc fix for is_convertible code (code was ill formed when the argment was a function reference)
[SVN r10305]
This commit is contained in:
@ -149,6 +149,8 @@ namespace detail{
|
||||
{
|
||||
template <class T>
|
||||
any_conversion(const T&);
|
||||
template <class T>
|
||||
any_conversion(T&);
|
||||
};
|
||||
template <class T>
|
||||
struct checker
|
||||
|
Reference in New Issue
Block a user