Hi,
While trying the latest cpp NNEF parser (d267053), I notice several compiler errors.
cmake script creates project files without problems.
Are C++11 compatible compilers tested? If so, are results available somewhere?
Thanks!
Environment:
Visual C++ 2017 00369-60000-00001-AA973
Windows 10
Errors:
1>\nnef-tools-master\parser\cpp\include\nnef\runtime\ndrange.h(223): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
1>\NNEF-Tools-master\parser\cpp\include\nnef/runtime/execution.h(59): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
1>\NNEF-Tools-master\parser\cpp\include\nnef/runtime/execution.h(53): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
1>\nnef-tools-master\parser\cpp\include\nnef\runtime\ndrange.h(218): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
Warnings:
1>\NNEF-Tools-master\parser\cpp\include\nnef/runtime/execution.h(290): warning C4244: 'initializing': conversion from 'size_t' to 'T', possible loss of data
1>\NNEF-Tools-master\parser\cpp\include\nnef/runtime/execution.h(290): warning C4244: 'initializing': conversion from 'size_t' to 'const T', possible loss of data
1>\nnef-tools-master\parser\cpp\include\nnef\runtime\operations.h(33): warning C4244: '=': conversion from 'double' to 'T', possible loss of data
Hi, While trying the latest cpp NNEF parser (d267053), I notice several compiler errors.
cmake script creates project files without problems. Are C++11 compatible compilers tested? If so, are results available somewhere?
Thanks!
Environment:
Errors:
Warnings: