Conversation
|
Ted, Thank you! Will process this week. |
|
Can't build with Mac CLang C++: [ 80%] Building CXX object tests/CMakeFiles/server-test.dir/test_server.cc.o |
|
Oups - I see I missed building the tests but I fixed it. It now compiles and runs all the tests OK for me. |
da450ab to
25a5941
Compare
915b68d to
25a5941
Compare
This is meant as a co-op patch to make the library use and require C++11
or later. This is not a backwards compatible patch since it'll fail to
build in C++ versions prior to C++11.
* TODO: Figure out how to make boost use std::iterator instead of its
own iterator to get rid of the
`BOOST_HEADER_DEPRECATED("<iterator>")` warning
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
|
I just noticed this old patchset. Was there a problem with it? I hardly remember what made me put it up here. It must have been some code I used 2 years ago that used this library but I don't remember what it was :-) |
This is meant as a co-op patch to make the library use and require C++11
or later. This is not a backwards compatible patch since it'll fail to
build in C++ versions prior to C++11.
own iterator to get rid of the
BOOST_HEADER_DEPRECATED("<iterator>")warning