In file included from ./include/v8.h:30:0,
                 from samples/process.cc:28:
./include/v8-internal.h: In function ‘void
v8::internal::PerformCastCheck(T*)’:
./include/v8-internal.h:452:33: error: ‘remove_cv_t’ is not a member of
‘std’
             !std::is_same<Data,
std::remove_cv_t<T>>::value>::Perform(data);
                                 ^
./include/v8-internal.h:452:33: error: ‘remove_cv_t’ is not a member of
‘std’
./include/v8-internal.h:452:50: error: template argument 2 is invalid
             !std::is_same<Data,
std::remove_cv_t<T>>::value>::Perform(data);
                                                  ^
./include/v8-internal.h:452:61: error: ‘::Perform’ has not been declared
             !std::is_same<Data,
std::remove_cv_t<T>>::value>::Perform(data);

I don't know what's the problem, thank you so much!

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/CAPZXk3gaLTB8E%3DBE3QD-DHoQG5BOK7n9ViWVCk%3D05f3dC7mKhQ%40mail.gmail.com.

Reply via email to