forked from boostorg/config
Extended member friend test, previous version did not catch all defects (with Borland compiler for example).
[SVN r22386]
This commit is contained in:
@ -57,7 +57,7 @@ int test()
|
||||
{
|
||||
foo<int> fi;
|
||||
foo<double> fd(fi);
|
||||
(void) &fd; // avoid "unused variable" warning
|
||||
must_be_friend_proc(fd);
|
||||
foobar<long> fb(fi);
|
||||
(void) &fb; // avoid "unused variable" warning
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user