pmt: cleanup PureTuple class.
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
#ifndef LIBHELPER_LIB_HPP
|
#ifndef LIBHELPER_LIB_HPP
|
||||||
#define LIBHELPER_LIB_HPP
|
#define LIBHELPER_LIB_HPP
|
||||||
|
|
||||||
#include <any>
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
@@ -173,12 +172,6 @@ private:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct _any {
|
|
||||||
std::any first;
|
|
||||||
std::any second;
|
|
||||||
std::any third;
|
|
||||||
};
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
struct Data {
|
struct Data {
|
||||||
_Type1 first;
|
_Type1 first;
|
||||||
|
|||||||
Reference in New Issue
Block a user