add missing include and do not tests on clang-3.7

This commit is contained in:
Antony Polukhin
2021-04-24 13:49:52 +03:00
parent 4468903f8f
commit d6d07a8ce8
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
#include <boost/config.hpp>
#include <cstddef>
template <class T>
void do_something(const T&) {}