Commit fb5dc13a authored by Eric Niebler's avatar Eric Niebler Committed by Facebook Github Bot

rebuild single header

fbshipit-source-id: 18530764c159a753f3e2abdb36648ee0f6ca46fb
parent 35022f29
...@@ -887,8 +887,11 @@ namespace detail { ...@@ -887,8 +887,11 @@ namespace detail {
struct placeholder; struct placeholder;
#if (defined(__clang__) || defined(__GNUC__)) &&\ #ifndef __has_builtin
__has_builtin(__type_pack_element) #define __has_builtin(x) 0
#endif
#if __has_builtin(__type_pack_element)
#define PUSHMI_TYPE_PACK_ELEMENT(...) \ #define PUSHMI_TYPE_PACK_ELEMENT(...) \
__type_pack_element<__VA_ARGS__> __type_pack_element<__VA_ARGS__>
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment