Closed greg4iiii closed 6 years ago
Hacked to work by following suggestions in this thread:
https://github.com/TRIQS/triqs/issues/523
Added
#define BOOST_NO_AUTO_PTR
to the following files:
APIIntegrationTests.cpp SemanticHTTPServer.hpp
This is probably not an exhaustive fix, as I'm not sure what happens if compiling with < C++17
Cheers!
Hey @greg4iiii - thanks so much for using iCompleteMe and for filing this 👍
It looks like the version of boost is not compatible with the latest clang defaults. Updating boost seems to resolve this - I'll post some PRs / commits for this soon. I'm currently on vacation so computing access is bit spotty.
Here's the PR for swiftyswfitvim. Once this merges and I update the third_party
deps for icm
and swiftyswiftvim
- it should be good to go!
Thanks for the awesome tool!
Hey @greg4iiii much appreciated! This one should now be fixed on master now that the boost update is merged. I've tested it out on a few machines and it seems to be good, so I'm closing this out for now. Please let me know if you run into anything else 😄