HomeWildfire Games

Adds StaticVector implementation.

Description

Adds StaticVector implementation.

Patch By: phosit
Comments By: jprahman, Stan

Differential Revision: https://code.wildfiregames.com/D4838

Event Timeline

Should ? source/ps/containers/tests/test_StaticVector.cpp be svn:ignored?

Stan added a subscriber: Stan.Jan 2 2023, 3:19 PM

It should, yes. Also gitignored I suppose.

This breaks the build on Ubuntu Bionic. libfmt-dev on bionic doesn't include core.h because the upstream version of the 4.0.0 release doesn't include it.

https://packages.ubuntu.com/bionic/libfmt-dev
https://packages.ubuntu.com/bionic/amd64/libfmt-dev/filelist

EOL for bionic by Ubuntu is April of 2023

Related forum thread

This breaks the build on Ubuntu Bionic. libfmt-dev on bionic doesn't include core.h because the upstream version of the 4.0.0 release doesn't include it.

Thanks for the report! Made a patch: D4890.