summaryrefslogtreecommitdiff
path: root/net/udt/files/patch-test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to force using ::bind() instead of std::bind().Mikhail Teterin2018-01-211-0/+9
Otherwise the latter "wins", when compiling with latest clang and -std=c++17, but its result can not be compared with the integer 0 causing an error... Notes: svn path=/head/; revision=459564