zhouqingqing / qpmodel

A Relational Optimizer and Executor
MIT License
64 stars 18 forks source link

compiler compliance fix #282

Closed zhouqingqing closed 3 years ago

zhouqingqing commented 3 years ago

Starting in Visual Studio 2019 version 16.8, the /std:c++latest option implicitly sets the /permissive- option. One affected feature is "look up members in dependent base", change accordingly to fix build break. I also add bison/lex generated files so no need to genreate them yourself on windows.