mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
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