Move monostate

This commit is contained in:
Jeremy Rifkin 2025-01-26 23:03:42 -06:00
parent 7a1eb4d5bf
commit dc118dcb6d
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
2 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,6 @@ namespace detail {
} }
} }
}; };
struct monostate {};
} }
} }

View File

@ -185,6 +185,8 @@ namespace detail {
return static_cast<U>(v); return static_cast<U>(v);
} }
struct monostate {};
// TODO: Rework some stuff here. Not sure deleters should be optional or moved. // 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"); // Also allow file_wrapper file = std::fopen(object_path.c_str(), "rb");
template< template<