C++ reflection library with Lua binding, and JSON and XML serialisation.
648
stars
95
forks
source link
Clang 4.0 compile error: value of type 'int' is not implicitly convertible to 'ponder::ValueKind' struct ValueProviderImpl<T*, Type> #84
Closed
Wonkyu-Lee closed 7 years ago
detail/valueprovider.hpp line 75
in clang 4.0: error: value of type 'int' is not implicitly convertible to 'ponder::ValueKind' struct ValueProviderImpl<T*, Type>
I suggest to change type parameter 'int' to 'ValueKind': before:
after: