I've been using the xtensor stack since basically forever. Recently we started incorporating our code into a C# framework that uses C++/CLI to implement native C++ bindings. Everything works well, except of a small problem when xsimd is included: The name generic is a reserved keyword in C++/CLI!
Would it be possible to consider renaming the struct? For example to xgeneric, which would fit xtensors naming convention nicely?
Thanks a lot for the consideration!
I've been using the xtensor stack since basically forever. Recently we started incorporating our code into a C# framework that uses C++/CLI to implement native C++ bindings. Everything works well, except of a small problem when xsimd is included: The name
genericis a reserved keyword in C++/CLI!Would it be possible to consider renaming the struct? For example to
xgeneric, which would fit xtensors naming convention nicely?Thanks a lot for the consideration!