mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 00:38:52 +00:00
Move all platform dependent headers and code to util.cpp module (#5106)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
dd288f71f3
commit
b99332efd7
@@ -134,7 +134,7 @@
|
||||
(defined(__cpp_constexpr) && __cpp_constexpr >= 200704)
|
||||
#define FLATBUFFERS_CONSTEXPR constexpr
|
||||
#else
|
||||
#define FLATBUFFERS_CONSTEXPR
|
||||
#define FLATBUFFERS_CONSTEXPR const
|
||||
#endif
|
||||
|
||||
#if (defined(__cplusplus) && __cplusplus >= 201402L) || \
|
||||
|
||||
Reference in New Issue
Block a user