Skip to content

Commit c329ce2

Browse files
committed
WIP: use develop branch of boost-histogram
1 parent fc55743 commit c329ce2

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

include/bh_python/register_histogram.hpp

-16
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@
3030
#include <tuple>
3131
#include <vector>
3232

33-
namespace boost {
34-
namespace histogram {
35-
namespace detail {
36-
37-
using _atomic_type = histogram<vector_axis_variant, storage::atomic_int64>;
38-
39-
template <>
40-
struct has_operator_rdiv_impl<_atomic_type, _atomic_type> : detect_base {
41-
using type = mp11::mp_false;
42-
};
43-
44-
} // namespace detail
45-
} // namespace histogram
46-
} // namespace boost
47-
// bh::detail::has_operator_rdiv<histogram_t, histogram_t>{}
48-
4933
template <class S>
5034
auto register_histogram(py::module& m, const char* name, const char* desc) {
5135
using histogram_t = bh::histogram<vector_axis_variant, S>;

0 commit comments

Comments
 (0)