mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
323 B
Diff
13 lines
323 B
Diff
--- 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
|
|
};
|
|
|