Skip to content

Conversation

xDimon
Copy link
Member

@xDimon xDimon commented May 7, 2025

No description provided.

Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
@xDimon xDimon requested a review from Harrm May 7, 2025 16:20
xDimon added 2 commits May 9, 2025 02:24
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
@xDimon xDimon requested a review from turuslan May 12, 2025 05:22
xDimon added 2 commits May 13, 2025 09:29
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
*/
template <typename E>
requires(sizeof(std::underlying_type_t<E>) == 1)
constexpr bool is_valid_enum_value_by_reflection(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this may cause confusion with C++26 reflection.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll worry about that after switch to C++26

Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
@xDimon xDimon requested a review from Harrm May 13, 2025 16:45
@xDimon xDimon merged commit 58e4b35 into master May 15, 2025
4 checks passed
@xDimon xDimon deleted the feature/validate_onebyte_enum_over_refletion branch May 15, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants