This commit is contained in:
15712809671 2025-01-07 23:45:36 +08:00
commit f68bbfe8b4

View File

@ -1,9 +1,11 @@
#pragma once
#include <Windows.h>
#if __cplusplus >= 201703L
#include <optional>
#else
#include <stdexcept>
namespace std {
struct nullopt_t { // no-value state indicator
struct _Tag {