moneycpp icon indicating copy to clipboard operation
moneycpp copied to clipboard

Please add minimum C++ version in CmakeLists explicitly

Open Longwater1234 opened this issue 8 months ago • 0 comments

Thanks for this library. Could you kindly specify explicitly the minimum c++ version, (meaning your c++17 requirement):


set(CMAKE_CXX_STANDARD 17)          
set(CMAKE_CXX_STANDARD_REQUIRED ON)  # Enforce the minimum C++ standard

Longwater1234 avatar May 06 '25 10:05 Longwater1234