aboutsummaryrefslogtreecommitdiffstats
path: root/community/fmt/FMT_API.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-03 03:37:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-03 12:13:04 +0100
commitdd8a947d2130b90fc7fb0b2d15cc2153a8393224 (patch)
treeac68c4ce49d763aed801e921c0e622a3f91ce27b /community/fmt/FMT_API.patch
parent745cc20bad70b72ff599c06b3087e73a7d6fa462 (diff)
downloadaports-dd8a947d2130b90fc7fb0b2d15cc2153a8393224.tar.bz2
aports-dd8a947d2130b90fc7fb0b2d15cc2153a8393224.tar.xz
community/fmt: upgrade to 6.1.0
Diffstat (limited to 'community/fmt/FMT_API.patch')
-rw-r--r--community/fmt/FMT_API.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/fmt/FMT_API.patch b/community/fmt/FMT_API.patch
new file mode 100644
index 0000000000..20e2533de5
--- /dev/null
+++ b/community/fmt/FMT_API.patch
@@ -0,0 +1,13 @@
+diff --git a/include/fmt/core.h b/include/fmt/core.h
+index 6a0846f..39d3e0e 100644
+--- a/include/fmt/core.h
++++ b/include/fmt/core.h
+@@ -224,7 +224,7 @@ namespace internal {
+ // A workaround for gcc 4.8 to make void_t work in a SFINAE context.
+ template <typename... Ts> struct void_t_impl { using type = void; };
+
+-void assert_fail(const char* file, int line, const char* message);
++FMT_API void assert_fail(const char* file, int line, const char* message);
+
+ #ifndef FMT_ASSERT
+ # ifdef NDEBUG