Move monostate
This commit is contained in:
parent
7a1eb4d5bf
commit
dc118dcb6d
@ -132,8 +132,6 @@ namespace detail {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
struct monostate {};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -185,6 +185,8 @@ namespace detail {
|
||||
return static_cast<U>(v);
|
||||
}
|
||||
|
||||
struct monostate {};
|
||||
|
||||
// TODO: Rework some stuff here. Not sure deleters should be optional or moved.
|
||||
// Also allow file_wrapper file = std::fopen(object_path.c_str(), "rb");
|
||||
template<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user