mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
dbaa125957
The darwin (or libcxxStdenv) builds use C++17, which only seems to work with boost >= 1.83. The errors look like this: include/boost/functional.hpp:454:62: error: no template named 'binary_function' in namespace 'boost::functional::detail'; did you mean '__binary_function'? class mem_fun1_ref_t : public boost::functional::detail::binary_function<T&, A, S> ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ include/boost/functional.hpp:46:24: note: '__binary_function' declared here using std::binary_function; |
||
---|---|---|
.. | ||
default.nix |