This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
function
Watch
1
Star
0
Fork
1
You've already forked function
mirror of
https://github.com/boostorg/function.git
synced
2025-07-23 01:17:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce68cb8999f61a32e5e94aadcf6be8510c641632
function
/
include
/
boost
History
Douglas Gregor
ce68cb8999
function_template.hpp:
...
- Use a C-style cast to deal with constness easily [SVN r12060]
2001-12-15 00:43:56 +00:00
..
function
function_template.hpp:
2001-12-15 00:43:56 +00:00
function.hpp
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.
2001-12-05 22:35:32 +00:00