From 5375da6bfe4fd08a66c19a6361ea5c4ef289b5b8 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 26 May 2026 19:16:14 +0200 Subject: Add encoding to assert so I can understand compilation errors :( --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index b9924c7..ae9d8eb 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -90,7 +90,7 @@ struct native_data_type> { template class data { private: - static_assert(always_false, "Type not supported."); + static_assert(always_false, "Type not supported."); }; template<> -- cgit v1.2.3