| 18 | namespace boost_histogram { // See PR #5580 |
| 19 | |
| 20 | double custom_transform_double(double value) { return value * 3; } |
| 21 | int custom_transform_int(int value) { return value; } |
| 22 | |
| 23 | // Originally derived from |
nothing calls this directly
no outgoing calls
no test coverage detected