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
2026-01-26 17:02:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
157aaeaf23ed86fc89f09e24de1fe65ec92ff2e9
function
/
test
/
mem_fun_portable.cpp
Marshall Clow
78eb6b1c8c
Fixed two tests to work with C++11/libc++. The tests attempted to compare two ostream&, but didn't really. In c++03, both decayed to void *, which wre then compared. In c++11, the ostreams are comvertible to bool, but only explicitly, and this failed to compile. Use a custom struct with operator== instead of ostream in these tests instead.
2014-02-03 11:46:05 -08:00
946 B
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink