We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4a43 commit 822cf2aCopy full SHA for 822cf2a
1 file changed
include/stx/source_location.h
@@ -42,8 +42,6 @@ struct [[nodiscard]] SourceLocation {
42
#if STX_HAS_BUILTIN(FUNCTION) || (defined(__cpp_lib_source_location) && \
43
__cpp_lib_source_location >= 201907L)
44
char const* function = __builtin_FUNCTION(),
45
-#elif defined(__FUNCTION__)
46
- char const* function = __FUNCTION__,
47
#else
48
char const* function = "unknown",
49
#endif
0 commit comments