utest/utest.cpp
@@ -17,11 +17,16 @@ #include <sys/wait.h> using namespace std::chrono_literals; using namespace bhome_msg; using namespace bhome_shm; using namespace boost::posix_time; auto Now = []() { return second_clock::universal_time(); }; auto F() { return [](){}; } struct s1000 { char a[1000]; }; typedef std::function<void(void)> FuncVV;