forked from boostorg/type_traits
Renamed member function foo in is_polymorphic test code, to prevent warnings when the template argument has a function named "foo".
[SVN r25734]
This commit is contained in:
@ -40,7 +40,7 @@ struct is_polymorphic_imp1
|
||||
// for some reason this messes up VC++ when T has virtual bases,
|
||||
// probably likewise for compilers that use the same ABI:
|
||||
struct unique{};
|
||||
virtual void foo(unique*);
|
||||
virtual void unique_name_to_boost5487629(unique*);
|
||||
# endif
|
||||
char padding[256];
|
||||
};
|
||||
|
Reference in New Issue
Block a user