From 254e61e2774d6b8fa6064e61c054014bfc460d91 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 1 Jun 2022 18:31:41 +0200 Subject: Reverted to default static linkage of non-templated symbols (cstr, csview, ..), as it gives smaller executables and is convenient for small applications. (no need to define i_implement when functions is used in one translaton unit only). --- examples/mapmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/mapmap.c') diff --git a/examples/mapmap.c b/examples/mapmap.c index ab48ecc6..2ea8fa61 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -1,5 +1,4 @@ // unordered_map>: -#define i_implement #include #define i_type People #define i_key_str -- cgit v1.2.3