mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-26 04:42:17 +00:00
renamed method bin to method at
This commit is contained in:
@@ -5,5 +5,5 @@ using namespace boost::histogram;
|
||||
int main() {
|
||||
auto h = make_dynamic_histogram(axis::integer<>(0, 2));
|
||||
struct non_convertible_to_int {};
|
||||
h.bin(non_convertible_to_int{});
|
||||
h.at(non_convertible_to_int{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user