Skip to content

Commit

Permalink
[skip ci] to_container.hpp -> range/conversion.hpp
Browse files Browse the repository at this point in the history
to_container.hpp is deprecated
  • Loading branch information
evaleev committed Sep 4, 2024
1 parent 65b8520 commit d9eb677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TiledArray/expressions/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#include <TiledArray/tensor/type_traits.h>

#include <range/v3/to_container.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/zip_with.hpp>

namespace TiledArray::expressions {
Expand Down

0 comments on commit d9eb677

Please sign in to comment.