Skip to content

Fix C++ version on linux to C++17#348

Open
RedBigz wants to merge 1 commit intoashawkey:mainfrom
RedBigz:main
Open

Fix C++ version on linux to C++17#348
RedBigz wants to merge 1 commit intoashawkey:mainfrom
RedBigz:main

Conversation

@RedBigz
Copy link

@RedBigz RedBigz commented Dec 10, 2023

On Linux, errors get thrown because of an invalid C++ version when compiling freqencoder, shencoder, gridencoder, and raymarching.

-    c_flags = ['-O3', '-std=c++14']
+    c_flags = ['-O3', '-std=c++17']

This fix worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants