--- src/util/StringUTF8.hxx.orig	2021-11-26 09:32:38.000000000 -0600
+++ src/util/StringUTF8.hxx	2021-12-17 03:52:56.000000000 -0600
@@ -29,6 +29,9 @@
 
 	ScopeInitUTF8(const ScopeInitUTF8 &) = delete;
 	ScopeInitUTF8 &operator=(const ScopeInitUTF8 &) = delete;
+#else
+public:
+	ScopeInitUTF8() noexcept {};
 #endif
 };
 
