This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_function
Watch
1
Star
0
Fork
0
You've already forked boost_function
forked from
boostorg/function
Code
Pull Requests
Activity
Files
f0ec326eb089326d2b03ea72537df1f7bef83919
boost_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
View Git Blame
Copy Permalink