Standard 20 with P3D?

Hello community, this may be a stupid question but can I use C++ standard 20 to code in Panda ? I see the tutorial is made with standard 11 or something.

1 Like

Stupid questions are only those unasked :slight_smile:

Absolutely you can use C++20 with Panda3D.
A previous project of mine I had setup using it.
Don’t remember having to do anything special to make it work, but if you’re running into an issue feel free to post it and we’ll see if we can get it working!

1 Like

It should “just work”.

Check out this post for a way to use C++20 coroutines with Panda3D’s task system:

1 Like