Skip to content

Conversation

@wolfv
Copy link
Member

@wolfv wolfv commented Jun 21, 2018

…ting

fixes #146 #144 #134

template <class T, std::size_t N>
struct check_dims<std::array<T, N>>
{
bool operator()(std::size_t new_dim)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe these could be static.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a static ::run(size_t) method now

@SylvainCorlay SylvainCorlay merged commit c452790 into xtensor-stack:master Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add named constructor from_shape(const S& ...)

2 participants