General cleanups

[SVN r11791]
This commit is contained in:
Douglas Gregor
2001-11-27 23:11:44 +00:00
parent c64a2f3492
commit 2265421357
4 changed files with 21 additions and 128 deletions

View File

@ -584,6 +584,7 @@ struct X {
static void
test_member_functions()
{
boost::function1<int, X*> f1(&X::twice);
X one(1);