mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
use [[deprecated]] instead of attribute
This commit is contained in:
parent
d43ecd4981
commit
87b262325f
|
@ -20,8 +20,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#define _DECL_DEPRECATED __declspec(deprecated)
|
#define _DECL_DEPRECATED [[deprecated]]
|
||||||
#define _DECL_DEPRECATED_MSG(InfoString) __declspec(deprecated(InfoString))
|
|
||||||
|
|
||||||
namespace MiniEngine
|
namespace MiniEngine
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user