代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/239590/4597342
inf startiochar.inf
;; StartIoChar.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get y
www.eeworm.com/read/239590/4597361
inf powersleep.inf
;; PowerSleep.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get yo
www.eeworm.com/read/239590/4597365
inf powersleep.inf
;; PowerSleep.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get yo
www.eeworm.com/read/239395/4601601
cpp cballprop.cpp
//
// CBallProp.cpp
//
#include
// Eliminate two expected level 4 warnings from the Microsoft compiler.
// The class does not have an assignment or copy operator, and so cannot
/
www.eeworm.com/read/238847/4608589
h _ansi.h
/* Provide support for both ANSI and non-ANSI environments. */
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
relied upon to have it's intended meaning. Therefore
www.eeworm.com/read/233448/4671145
c template1.c
/* PR c++/3009 */
/* { dg-do run } */
// According to 14.6.2.4 of C++ Standard:
// "If a base class is a dependent type, a member of that
// class cannot hide a name declared within a template, or a
/
www.eeworm.com/read/233448/4675235
c p8460.c
// { dg-do assemble }
// prms-id: 8460
class A {
public:
A();
A(int) { }
A(const A&) { }
private:
};
int main()
{
A a;
a.A(1); // { dg-error "" } cannot find name this way
}
www.eeworm.com/read/229812/4739392
c ret01.c
#include "fail.h"
// cannot add extra destination parm as last parm because ... parm lists
// have an unknown number of parms!
// fix: special case "..." functions
// to have destination as f
www.eeworm.com/read/229812/4739761
cpp wctest40.cpp
// this test will give an exception as the clearAndDestroy in dblclear
// cannot delete items allocated from the stack
#include
#include
#include
#include