X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibc%2B%2B%2Ftrunk%2Finclude%2F__functional_base;h=6766793d7c8aed018d1f7c50fb8cc3afb3d831be;hb=367844aeb5646f8974a457d99830b0701ebb2cc7;hp=1c337d8b4bf79280b62f9ddbfc44187b70c8539c;hpb=7ff13776d9adf6dd69919761cbe6ea5a97d63522;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libc++/trunk/include/__functional_base b/src/third_party/libc++/trunk/include/__functional_base index 1c337d8..6766793 100644 --- a/src/third_party/libc++/trunk/include/__functional_base +++ b/src/third_party/libc++/trunk/include/__functional_base @@ -451,10 +451,10 @@ public: } }; -template struct ____is_reference_wrapper : public false_type {}; -template struct ____is_reference_wrapper > : public true_type {}; +template struct __is_reference_wrapper_impl : public false_type {}; +template struct __is_reference_wrapper_impl > : public true_type {}; template struct __is_reference_wrapper - : public ____is_reference_wrapper::type> {}; + : public __is_reference_wrapper_impl::type> {}; template inline _LIBCPP_INLINE_VISIBILITY