Live data from Hacker News

Viewing profile — dakka1

dakka1

HN member
Joined
Wed, Jul 03, 2024, 11:44 PM UTC
HN karma
1
Public activity
3 items

About dakka1

No profile information was provided.

Recent public activity

  1. story
    Show HN: Conjure_enum – a C++20 enum and typename reflection Library

    We're pleased to announce the release of v1.0.1 of conjure_enum, a lightweight header-only C++20 library designed to streamline working with enums and typenames by providing simple…

  2. comment
    Comment #40910641

    Not supported. Minimum 15. See "8. Compiler support"

  3. comment
    Comment #40871158

    If you're using C++20 or above, you could try conjure_enum ( https://github.com/fix8mt/conjure_enum ) It's based on magic_enum but optimized for C++20. Not sure about compile times…