valijson/include
Marco Porsch 828fc87623 use implicit conversion of unique_ptr<T, DeleterA> to unique_ptr<const T, DeleterB>
relies on DeleterB being constructible from DeleterA
also uses that T* can always be converted to void* (but not the other way around)
2021-12-20 10:37:47 +01:00
..
compat Add VALIJSON_USE_EXCEPTIONS mode 2020-11-08 16:58:32 -08:00
valijson use implicit conversion of unique_ptr<T, DeleterA> to unique_ptr<const T, DeleterB> 2021-12-20 10:37:47 +01:00