1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

C++20 fixes

This commit is contained in:
Leonid Fedorov
2022-02-01 15:54:05 +00:00
parent 0ee5203262
commit 65252df4f6
36 changed files with 22433 additions and 310 deletions

View File

@ -28,6 +28,8 @@
#include <unordered_map>
#include <boost/filesystem/path.hpp>
#include <utils/json/json.hpp>
namespace storagemanager
{
struct metadataObject
@ -110,7 +112,7 @@ class MetadataFile
static void printKPIs();
typedef boost::shared_ptr<boost::property_tree::ptree> Jsontree_t;
typedef boost::shared_ptr<nlohmann::json> Jsontree_t;
private:
MetadataConfig* mpConfig;