mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 20:02:13 +00:00
allocator support for adaptive_storage, fix for empty tiny_string, more test coverage
This commit is contained in:
@@ -71,7 +71,7 @@ category_axis_init(python::tuple args, python::dict kwargs) {
|
||||
|
||||
if (len(kwargs) > 0) {
|
||||
PyErr_SetString(PyExc_TypeError, "unknown keyword argument");
|
||||
throw_error_already_set();
|
||||
throw_error_already_set();
|
||||
}
|
||||
|
||||
// if (len(args) == 2) {
|
||||
@@ -128,7 +128,7 @@ axis_repr(const T& t) {
|
||||
}
|
||||
|
||||
template <class T>
|
||||
struct axis_suite : public python::def_visitor<axis_suite<T> > {
|
||||
struct axis_suite : public python::def_visitor<axis_suite<T> > {
|
||||
|
||||
template <typename Class, typename U>
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user