SQLGen icon indicating copy to clipboard operation
SQLGen copied to clipboard

Added missing header, updated CMAKE_CXX_STANDARD

Open Johan511 opened this issue 2 years ago • 0 comments

Optional ADT is used in SQLInsertEmmitter.h but corresponding header is not included. Fixed by including "llvm/ADT/Optional.h"

CMAKE_CXX_STANDARD 14 does not compiler (I am using gcc, if that matters) updated it to 17

Johan511 avatar Feb 18 '23 12:02 Johan511