foo
This commit is contained in:
parent
b1aa7ed0ef
commit
f6de2afd3e
@ -11,6 +11,7 @@
|
||||
#include <array>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
// MSVC doesn't have C++14 relaxed constexpr support yet. Hence the jugglery.
|
||||
#define R_CONSTEXPR
|
||||
@ -18,6 +19,7 @@
|
||||
#define R_CONSTEXPR constexpr
|
||||
#endif
|
||||
|
||||
|
||||
namespace uvw {
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user