aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorBen Woosley <[email protected]>2018-08-23 03:17:43 -0700
committerBen Woosley <[email protected]>2018-08-23 10:38:59 -0700
commitf1640d093fa682c98b000e377916cc32b2267e23 (patch)
tree2a6b12009fdea1a984e3f8915051ed0dad17d881 /src/httpserver.cpp
parentMerge #14018: Bugfix: NSIS: Exclude Makefile* from docs (diff)
downloaddiscoin-f1640d093fa682c98b000e377916cc32b2267e23.tar.xz
discoin-f1640d093fa682c98b000e377916cc32b2267e23.zip
Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5
std::is_trivially_constructible<T> is equivalent to std::is_trivially_default_constructible<T> std::has_trivial_default_constructor<T> is the GCC < 5 name for std::is_trivially_default_constructible<T> std::is_trivial was also used when compiling with clang, due to clang's use of __GNUC__. Test __clang__ to target the intended implementations.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions