issues Search Results · repo:quicknir/wise_enum language:C
Filter by
32 results
(104 ms)32 results
inquicknir/wise_enum (press backspace or delete to remove)I quite like the honest comparison with other alternatives, however the alternative Magic Enum is missing.
DerJJ
- Opened on Jun 26, 2024
- #53
Hi,
I am not sure of the maintenance status of this repo, but there have been at least a few fixes merged since the 3.0.0
tag, which are difficult to use through distributions such as Conan without a ...
durka
- 3
- Opened on Feb 6, 2024
- #52
Perhaps my implementation is wrong but I have something like the following:
// myclass.hpp
class MyClass {
public:
WISE_ENUM_CLASS_MEMBER(Type, int64_t, MyENUM);
private:
Type type_ = ...
JoshuaSBrown
- 2
- Opened on Dec 29, 2021
- #51
Add runtime check function if a value of underlying type is in enum. verify_enum I believe trivial with your code.
Thanks for excellent library, can do a PR if you would add me
szavadsky
- Opened on Sep 4, 2021
- #48
I am using wise_enum library and i have a requirement to distinguish if something is an enum class or plain vanilla enum
at compile time. wise enum provides a way to check if something is a wise_enum, ...
sahilsharma-github
- Opened on Aug 4, 2021
- #47
The conversion between enum and string doesn t seem to work using Visual Studio. The reason is that the preprocessor
behaves incorrectly, so the string for an enum value becomes WISE_ENUM_IMPL_IIF_1 (WISE_ENUM_IMPL_FIRST_ARG ...
martinfinke
- Opened on Apr 25, 2021
- #46
Alright, I realize this sounds like a stupid question, but give me a chance. I have a project that is written in C++ but
also has to have C compatibility. I love the functionality of wise_enum and would ...
peter-moran
- 2
- Opened on Dec 16, 2020
- #44
I would like check if a value I have is equivalent to one of my enums.
For example, assume a function contains, I would expect it to behave as:
WISE_ENUM(Color, (GREEN, 2), RED);
static_assert(wise_enum::contains ...
peter-moran
- 4
- Opened on Dec 14, 2020
- #43
I was looking for a enum which gives me little more capabilities like the to_string function. I found wise_enum. The
main page (readme.md) looked promising.
I took the effort to check it out in my programm. ...
huberp
- 3
- Opened on Nov 29, 2020
- #41
from wise_enum_detail.h
// optional type needed for interface
#ifndef WISE_ENUM_OPTIONAL_TYPE
#if __cplusplus == 201703L
#include optional
conditional should be =
madmongo1
- 2
- Opened on May 1, 2020
- #40

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.