Remove Boost Link Dependency

This commit is contained in:
2019-04-26 11:56:54 +02:00
parent f1a134c8d6
commit f96a45e3a2
9 changed files with 157 additions and 296 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef UTIL_CLIPP_H
#define UTIL_CLIPP_H
#include "Libraries/clipp/clipp.h"
namespace PresenceDetection {
namespace Util {
using namespace clipp;
} // namespace Util
} // namespace DomoticaServer
#endif // UTIL_CLIPP_H