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:
John Maddock
2004-10-15 12:16:54 +00:00
parent 3893bcc538
commit 23278c28f2

View File

@ -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];
};