]> git.tdb.fi Git - libs/gl.git/commit
Access the tag name map with a function
authorMikko Rasa <tdb@tdb.fi>
Sat, 2 Oct 2021 10:57:01 +0000 (13:57 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 2 Oct 2021 10:58:06 +0000 (13:58 +0300)
commitf3ee91e70df8a7fdc68f46427bf8a28f34f0cd24
treec74285f4073db784e91c63e44b85f8380b4258ba
parentf19366d32cc29287a2730cfba90893e407754081
Access the tag name map with a function

Otherwise declaring tag constants as static members of classes is
unreliable because of the undefined initialization order of globals
in different translation units.
source/core/tag.cpp