Note: By default redis-plus-plus is built with the -std=c++17 standard. and you should build your application with the same standard. In order to explicitly specify c++ standard, you can change the following cmake flag in the PKGBUID to 11 or 14 .
-DREDIS_PLUS_PLUS_CXX_STANDARD=17
Pinned Comments
cclin commented on 2021-12-29 14:05 (UTC) (edited on 2021-12-29 14:06 (UTC) by cclin)
Note: By default redis-plus-plus is built with the -std=c++17 standard. and you should build your application with the same standard. In order to explicitly specify c++ standard, you can change the following cmake flag in the PKGBUID to 11 or 14 .