<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix build with clang on libstdc++ systems.
https://lists.gnu.org/archive/html/bug-commoncpp/2019-05/msg00000.html
--- inc/ucommon/platform.h.orig	2015-11-07 12:15:59.000000000 -0600
+++ inc/ucommon/platform.h	2019-05-23 23:06:33.000000000 -0500
@@ -174,7 +174,7 @@
 #if __cplusplus &lt;= 199711L &amp;&amp; !defined(_MSC_VER)
 #if defined(__GNUC_MINOR__) &amp;&amp; !defined(__clang__)
 #define nullptr __null
-#elif !defined(__clang__) || (defined(__clang__) &amp;&amp; defined(__linux__))
+#elif !defined(__clang__) || (defined(__clang__) &amp;&amp; !defined(_LIBCPP_VERSION))
 const class nullptr_t 
 {
 public:
</pre></body></html>