]> git.stg.codes - stg.git/blob - checks/xmlrpc-c-auto_ptr.cpp
Check if we can use C++17 with XMLRPC-C.
[stg.git] / checks / xmlrpc-c-auto_ptr.cpp
1 #include <xmlrpc-c/girmem.hpp>
2
3 int main()
4 {
5     return 0;
6 }