enum_name icon indicating copy to clipboard operation
enum_name copied to clipboard

gcc < 8.0

Open zephyrize opened this issue 1 year ago • 1 comments

Thanks for your work.

I am wondering that is there any way to make the source code be compatible with gcc 7.5?

zephyrize avatar May 28 '24 02:05 zephyrize

gcc versions older than 9 doesn't show the named enum value in template parameter by using __PRETTY_FUNCTION__

mguludag avatar May 31 '24 10:05 mguludag