Skip to content

Releases: TheLartians/StaticTypeInfo

Remove const from type index ptr

10 Apr 12:53
425fa62
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

26 May 19:43
cd35c8b
Compare
Choose a tag to compare
include EMSCRIPTEN in member pointer whitelist (#7)

Use member pointer as TypeIndex

26 May 18:54
89d456b
Compare
Choose a tag to compare

For clang and gcc the type index now uses a new implementation based ob the address of a templated struct member. This allows differentiating between anonymous types defined in functions or anonymous namespaces.
For gcc we still use the old implementation as function addresses are not considered constexpr there.

v1.2

20 Apr 22:53
adb5135
Compare
Choose a tag to compare
make typeID hashable (#2)

v1.1: Add TypeID (#1)

20 Apr 22:23
0cd302c
Compare
Choose a tag to compare
* update readme and add coverage to tests target

* default initialize TypeID values

* include ostream for windows

* test gcc with disabled optimizations

* another test

* try with gcc-9

* use gcc-9 for install test too

* add test notes to readme

Initial release!

20 Apr 21:16
Compare
Choose a tag to compare
v1.0

remove unused includes