KhronosGroup / NNEF-Tools

The NNEF Tools repository contains tools to generate and consume NNEF documents
https://www.khronos.org/nnef
222 stars 57 forks source link

Build CPP parser code with VC2017 #125

Closed SvanKeulen closed 4 years ago

SvanKeulen commented 4 years ago

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:

gyenesvi commented 4 years ago

Hi, I have pushed some fixes, it compiles with the -std=c++11 flag on my side (clang). Can you test again now?

SvanKeulen commented 4 years ago

Hi, thanks for the quick response. Yes, now compiles without errors. Thank you.

gyenesvi commented 4 years ago

Welcome, thanks!