代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/470693/1457532
c dyncast4.c
// Author: Alfred Miniarik
// Even in a derived class, a private base cannot be dynamically downcasted
// from.
extern "C" void abort();
struct A {
virtual ~A () {}
}
www.eeworm.com/read/470693/1458509
c bogus1.c
// Build don't link:
namespace N {}
void f(int N::k); // ERROR - cannot use `::' in parameter declaration
class Foo
{
int N::j; // ERROR - invalid use of `::'
};
www.eeworm.com/read/470131/1475806
java overflowusersexception.java
package iiley.server.exception;
/**
* OverflowUsersException - cannot accept users in!
*
*
* @author iiley slare
* @version 1.0.0
*/
public class Ov
www.eeworm.com/read/241991/4556832
java voteexception.java
package org.jgroups.blocks;
import org.jgroups.ChannelException;
/**
* This exception is thrown when voting listener cannot vote on the
* specified decree.
*
* @author Roman Rokytskyy (rrokyts
www.eeworm.com/read/240162/4582215
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/240162/4582243
c err-msg11.c
// { dg-do assemble }
// GROUPS passed error-messages
void foo (mutable int x);// { dg-error "" } non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/233448/4675031
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/233448/4675059
c err-msg11.c
// { dg-do assemble }
// GROUPS passed error-messages
void foo (mutable int x);// { dg-error "" } non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/233448/4676386
mm syntax-error-2.mm
/* APPLE LOCAL file 4185810 */
/* Recover gracefully from a syntax error. */
@implementation Whatever /* { dg-warning "cannot find interface declaration for .Whatever." } */
- (void) function
{
i
www.eeworm.com/read/221464/4831704
cpp pickle3.cpp
// Example by Ralf W. Grosse-Kunstleve
/*
This example shows how to make an Extension Class "pickleable".
The world class below contains member data (secret_number) that
cannot be