Open alexbuisson opened 7 months ago
I’ll take a look.
just add set(CMAKE_CXX_STANDARD 20) in CMakeLists.txt and build
gcc version 11.2.1 20220127 (Red Hat 11.2.1-9) (GCC)
using C++20 it seems that using the
I think it's a minimal patch tested with gc11 + vs2022 with C++ standard 11, 17 and 20 I'm a bit surprise that it didn't complain about
AP4_Array
maybe those operator aren't really used so it doesn't trigger a compilation error !
The latest code should support C++ 20 with gcc now. Please let me know if that works for you.
Is there a way to build with C++ 20 or do you have an update plan for that ? template class like AP4_List and Array are not compile as is with C++20 standard.