Build fail with Visual Studio 2015
Hello,
I try to build some code using xtensor-blas but I get compilation errors. First I have to add an end-of-line to the last line of gemm.tcc, see error log Project2-end-of-line-missing.log. Once the end-of-line error is fixed, I reach a more complex error as describe in Project2-missing-declaration.log.
I'm able to build the same code using llvm on Window and gcc on Linux, but not using visual studio 2015 compiler.
Please let me know if you have work-arround.
Best regards.
Project2-end-of-line-missing.log Project2-missing-declaration.log
I solved the issue by removing some optimization as follow: gschwind/xtensor-blas@085fa0e07c3c4c3128215b6f8f584ef57ffad4b1
Thanks for reporting! We are a bit swamped with other tasks, we'll have a look as soon as we can.