mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-11 01:21:11 +02:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/963@628 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
16 lines
713 B
Diff
16 lines
713 B
Diff
Index: bind.h
|
|
===================================================================
|
|
--- bind.h (revision 114933)
|
|
+++ bind.h (working copy)
|
|
@@ -149,8 +149,8 @@
|
|
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
|
|
!is_array<P1>::value,
|
|
first_bound_argument_to_method_cannot_be_array);
|
|
- COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
- p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
+ //COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
|
|
+ // p2_is_refcounted_type_and_needs_scoped_refptr);
|
|
|
|
return internal::MakeBindStateHolder(
|
|
new internal::BindState<RunnableType, RunType,
|