Browse Source

Re-enabled the void returns workarounds for MSVC, since they pass with VC6sp4. Added the void returns test to status/Jamfile.

Modified Files:
	boost/mem_fn.hpp status/Jamfile


[SVN r11863]
Dave Abrahams 24 years ago
parent
commit
a59bdf1515
2 changed files with 3 additions and 1 deletions
  1. 1 1
      libs/bind
  2. 2 0
      status/Jamfile

+ 1 - 1
libs/bind

@@ -1 +1 @@
-Subproject commit 18f1b168724987817d4445e0b9f0a581625b6e7a
+Subproject commit fe8a5204ccf2aab8289cca2c53ccfbf15a685f45

+ 2 - 0
status/Jamfile

@@ -191,7 +191,9 @@ rule test-suite # pseudotarget-name : test-targets...
 
 test-suite "bind"
     : [ run libs/bind/bind_test.cpp ]
+      [ run libs/bind/bind_test.cpp ]
       [ run libs/bind/mem_fn_test.cpp ]
+      [ run libs/bind/mem_fn_void_test.cpp ]
     ;
 
 test-suite config

粤ICP备19079148号