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