Kaydet (Commit) 64670c3e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++

(Just one small fix for building against libc++, an unknown amount of
more difficult issues left to solve.)

Change-Id: I9789b8d76aa214558ab4baad823b6650ebc640d3
üst b71f9cda
...@@ -127,7 +127,7 @@ public: ...@@ -127,7 +127,7 @@ public:
} }
//----------------------------------------- //-----------------------------------------
#if HAVE_CXX11_PERFECT_FORWARDING #if HAVE_CXX11_PERFECT_FORWARDING && !defined(_LIBCPP_VERSION)
template< typename... Args > template< typename... Args >
void construct (pointer p, Args &&... value) void construct (pointer p, Args &&... value)
{ {
......
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