Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a patch to force using ::bind() instead of std::bind(). | Mikhail Teterin | 2018-01-21 | 1 | -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 |