boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
313 stars 74 forks source link

Replace detail::span and detail::make_span with implementations in boost::core #384

Closed HDembinski closed 1 year ago

HDembinski commented 1 year ago

@glenfe It works like a charm now. Thanks!

glenfe commented 1 year ago

@HDembinski great. Is boost::make_span (from <boost/core/make_span.hpp>) OK too?

HDembinski commented 1 year ago

@HDembinski great. Is boost::make_span (from <boost/core/make_span.hpp>) OK too?

Thanks for the pointer; I missed that you also added make_span, works also fine!

glenfe commented 1 year ago

Looks good; thanks @HDembinski