InevitablyDivinity
InevitablyDivinity
I'm using SCons 4.8.1 (4.8.1-2 package on Arch Linux), and am not experienced enough with SCons to know why it happens.
I already had the repository cloned but forgot to update the submodules. Attempted building but now errors with: ``` /home/username/Code/Godot/godot_debug_draw_3d/src/3d/debug_draw_3d.cpp:64:33: error: 'exchange' is not a member of 'std' 64 |...
Using GCC 14 myself, maybe a further GCC update broke this.
For now I've just `#include`d `` so I can move on with my port, as this is a trivial issue anyway.