Merge branch 'main' of https://code.brigecode.icu:16623/PM/DYTSrouce
This commit is contained in:
commit
f68bbfe8b4
@ -1,9 +1,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
||||||
#if __cplusplus >= 201703L
|
#if __cplusplus >= 201703L
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#else
|
#else
|
||||||
|
#include <stdexcept>
|
||||||
namespace std {
|
namespace std {
|
||||||
struct nullopt_t { // no-value state indicator
|
struct nullopt_t { // no-value state indicator
|
||||||
struct _Tag {
|
struct _Tag {
|
||||||
|
Loading…
Reference in New Issue
Block a user