mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidy up for C++11, and fixes:
* Remove shared_ptr legacy support * Add make_unique support for pre-C++14 environments * Fix comparison bug in sqdb * Use std::shared_ptr in a few places
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
#include "beast/beast/Asio.h"
|
||||
#include "beast/beast/asio/io_latency_probe.h"
|
||||
#include "beast/beast/make_unique.h"
|
||||
|
||||
# include "main/CollectorManager.h"
|
||||
#include "main/CollectorManager.cpp"
|
||||
|
||||
Reference in New Issue
Block a user