Support assignment from 0, construction from 0, and comparison to zero.

[SVN r16174]
This commit is contained in:
Douglas Gregor 2002-11-09 16:02:47 +00:00
parent a1dadd3ec8
commit c2f6b6c132
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 4fed545468add820fcbf1c4edd6720e0eae62596
Subproject commit 17b311cbbdf7dd0779000094c77ef61916c98a17

View file

@ -155,8 +155,8 @@ include testing.jam ;
;
test-suite function
: [ run libs/function/test/function_test.cpp <lib>../libs/test/build/test_exec_monitor ]
[ run libs/function/test/function_n_test.cpp <lib>../libs/test/build/test_exec_monitor ]
: [ run libs/function/test/function_test.cpp ]
[ run libs/function/test/function_n_test.cpp ]
[ run libs/function/test/allocator_test.cpp <lib>../libs/test/build/test_exec_monitor ]
[ run libs/function/test/stateless_test.cpp <lib>../libs/test/build/test_exec_monitor ]
[ run libs/function/test/lambda_test.cpp <lib>../libs/test/build/test_exec_monitor ]