]> git.stg.codes - stg.git/blobdiff - checks/xmlrpc-c-auto_ptr.cpp
Check if we can use C++17 with XMLRPC-C.
[stg.git] / checks / xmlrpc-c-auto_ptr.cpp
diff --git a/checks/xmlrpc-c-auto_ptr.cpp b/checks/xmlrpc-c-auto_ptr.cpp
new file mode 100644 (file)
index 0000000..b47c9e6
--- /dev/null
@@ -0,0 +1,6 @@
+#include <xmlrpc-c/girmem.hpp>
+
+int main()
+{
+    return 0;
+}