Daniil Goncharov

Results 123 comments of Daniil Goncharov

it is better to keep this class in a separate header. And I thing need all map-api `begin/end` `find` etc, https://github.com/Neargye/magic_enum/issues/150 was just a concept idea and not advice for...

Could you please tell me if similar problems will appear again https://github.com/Neargye/magic_enum/issues/42 if we export c++17setting?

@gpollo could you please make a PR with a description in the readme of how to integrate with meson

Thanks! Almost forgot about them.

Maybe it's better to use a release commit?

Add notice to readme too.

In theory, this is possible. But I'm not sure if implement this at the compile stage.

Also gcc, clang and msvc different process anonymous namespace

@Ubpa I now look at the difference in the behavior of different compilers, and I would not do a separate function and would update the current behavior `nameof_type`

If you look at the different outputs of the compilers. * msvc `class 'anonymous namespace'::A const &` * remove `struct_/class_/enum_` * `'anonymous namespace'` -> `{anonymous namespace}` * `_&` -> `&`...