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