Linskun

Results 4 comments of Linskun

Tried but i have the same ``` /home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:631:18: error: ‘lerp’ is not a member of ‘std’ 631 | pitch = std::lerp(start_pitch, 0.f, delta / 15.f); | ^~~~ make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/build.make:3059:...

Tried with clang++ but it stop immediately with error ``` [user@Arch Build]$ make Scanning dependencies of target bdisasm [ 0%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/dis_decode.cc.o [ 0%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/dis_groups.cc.o...

Happy new Year ! I'm using the latest version of GCC & CLANG I've checked on CMakeLists.txt and found that it check for CXX17 and pass -std=c++17. _For C++20 shouldn't...

Another info that i forgot to report : i use GCC 10.2 that is the latest version on Linux. The G++20 std::lerp was introduced with GCC9 so i'm full compliant...