Skip to content

Conversation

r-barnes
Copy link

Fixes, eg

xsimd/types/xsimd_batch.hpp:284:45: error: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated-redundant-constexpr-static-def]
  284 |     constexpr std::size_t batch_bool<T, A>::size;
      |                                             ^

Fixes, eg
```
xsimd/types/xsimd_batch.hpp:284:45: error: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated-redundant-constexpr-static-def]
  284 |     constexpr std::size_t batch_bool<T, A>::size;
      |                                             ^
```
@serge-sans-paille
Copy link
Contributor

Thanks for the patch! Can you rebase on master? We updated windows config recently...

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.

2 participants