-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
Describe the usage question you have. Please include as many useful details as possible.
I tried to use arrow and parquet into c++ project which I use Qt framework. In the cmakefiles, the include directory is defined by ${CMAKE_SOURCE_DIR}/dependencies/apache-arrow/include. The compiler is the MSVC 16.
The error I got is "dependencies\apache-arrow\include\arrow/util/cancel.h(109): error C2143: syntax error: missing ')' before 'public' "
Component(s)
C++