ultimaille icon indicating copy to clipboard operation
ultimaille copied to clipboard

missing UM namescape for marco

Open gloook opened this issue 1 year ago • 0 comments

um_assert macro works only after using namespace UM;

It would always work if adding "UM::" in lines 14 and 16 of assert.h:

#define CUR_SOURCE_LOCATION UM::source_location{FILE, LINE, PRETTY_FUNCTION} #define CUR_SOURCE_LOCATION UM::source_location{FILE, LINE, FUNCSIG}

gloook avatar Dec 10 '23 22:12 gloook