From c849d9bff18152e83d6e62aa11de2f14fe974488 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Feb 2026 22:27:05 +0100 Subject: Use REG function for configuration, like with build_configurations, to get rid of the hacky weak symbol method. --- src/ctor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ctor.h') diff --git a/src/ctor.h b/src/ctor.h index 890c257..8a7c809 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -579,4 +579,7 @@ struct configuration const ctor::configuration& get_configuration(); +int reg(std::function cb, + const std::source_location location = std::source_location::current()); + } // ctor:: -- cgit v1.2.3