Browse Source

Taking function objects by value instead of as references-to-const. This does not work on MSVC6.5, so the BOOST_MSVC_ONLY macro was added to make them references-to-const for only that compiler.

- Borland C++ no longer requires hacks to make function pointers work
- On any compiler other than MSVC, free functions can be assigned to Boost.Function objects without the explicit '&'


[SVN r11943]
Douglas Gregor 24 years ago
parent
commit
59e1b87acf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/function

+ 1 - 1
libs/function

@@ -1 +1 @@
-Subproject commit 8cbd121969a4b98e0652a65614f57f49ff420777
+Subproject commit 083767f67ae091ba1a85796a3496c57e65a4afee

粤ICP备19079148号