代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/367467/2843955

hpux readme.hpux

For HP-UX 11i (11.11) and later, there are no known issues with promiscuous mode under HP-UX. If you are using a earlier version of HP-UX and cannot upgrade, please continue reading. HP-UX patches t
www.eeworm.com/read/367467/2844406

hpux readme.hpux

For HP-UX 11i (11.11) and later, there are no known issues with promiscuous mode under HP-UX. If you are using a earlier version of HP-UX and cannot upgrade, please continue reading. HP-UX patches t
www.eeworm.com/read/367467/2845030

hpux readme.hpux

For HP-UX 11i (11.11) and later, there are no known issues with promiscuous mode under HP-UX. If you are using a earlier version of HP-UX and cannot upgrade, please continue reading. HP-UX patches t
www.eeworm.com/read/366702/2866230

c is_class_error2.c

// PR c++/33464 template void foo() { __has_nothrow_assign(int)(); // { dg-error "'__has_nothrow_assign\\(int\\)' cannot be used" } __has_trivial_assign(int)(); // { dg-error "'__has_trivial
www.eeworm.com/read/366702/2868301

c dynamic1.c

// PR c++/10385 // Origin: // { dg-do compile } struct A { void foo(); }; A& bar(); void baz() { dynamic_cast( bar().foo ); // { dg-error "cannot dynamic_cast" } }
www.eeworm.com/read/366702/2868464

c error25.c

// PR c++/31923 template static void f1 (); template static void f1 (); // { dg-error "explicit template specialization cannot have a storage class" } template extern voi
www.eeworm.com/read/366702/2869283

c dcast1.c

// { dg-do assemble } class C { public: virtual void f(); }; extern volatile C* cp; extern volatile C& cr; void f () { dynamic_cast(cp); // { dg-error "" } cannot dynamic_cast dynamic
www.eeworm.com/read/366702/2869634

c sizeof1.c

// { dg-do assemble } // Origin: Jason Merrill struct X { int f (); int f (int); }; void f(int i) { i = sizeof(X::f); // { dg-error "" } cannot take sizeof a member functio
www.eeworm.com/read/366702/2876399

f90 equiv_constraint_7.f90

! { dg-do compile } ! { dg-options "-O0" } ! PR20890 - Equivalence cannot contain overlapping unequal initializers. ! Contributed by Joost VandeVondele ! Started out being in BLOCK D
www.eeworm.com/read/366702/2877142

f90 equiv_constraint_6.f90

! { dg-do compile } ! PR16404 test 3 and PR20835 - Target cannot be equivalence object. ! Contributed by Joost VandeVondele REAL :: A REAL, TARGET :: B EQUIVALENCE(A,B) ! { dg-