Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Aug 16, 2024
1 parent 7825fae commit f379f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mettle/detail/source_location_shim.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace mettle::detail {

static source_location_shim current(
#ifdef METTLE_NO_SOURCE_LOCATION
# error "Oops, no source_location!"
const char *file = "unknown",
const char *func = "unknown",
std::uint_least32_t line = 0,
Expand Down

0 comments on commit f379f3c

Please sign in to comment.