nelhage / rules_boost

bazel build rules to use boost in bazel projects
Apache License 2.0
288 stars 232 forks source link

Add fusion dependency to iterator #583

Closed dotnwat closed 2 weeks ago

dotnwat commented 2 weeks ago

Iterator depends on fusion:

external/rules_boost~~non_module_dependencies~boost/libs/iterator/include/boost/iterator/zip_iterator.hpp:20:10: error: 'boost/fusion/adapted/boost_tuple.hpp' file not found [clang-diagnostic-error]
   20 | #include <boost/fusion/adapted/boost_tuple.hpp> // for backward compatibility
Vertexwahn commented 2 weeks ago

@dotnwat Have also a look at https://registry.bazel.build/modules/boost.iterator

dotnwat commented 2 weeks ago

@dotnwat Have also a look at https://registry.bazel.build/modules/boost.iterator

oh that's exciting i didn't realize that landed in bcr. thanks