代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/251577/12332747
h performance_counter_unittest_.h
#if !defined(UNIXSTL_INCL_UNIXSTL_PERFORMANCE_HPP_PERFORMANCE_COUNTER)
# error This file cannot be directly included, and should only be included within unixstl/performance/performance_counter.hpp
www.eeworm.com/read/251577/12335833
h tokeniser_functions_unittest_.h
#if !defined(STLSOFT_INCL_STLSOFT_TOKENISING_HPP_TOKENISER_FUNCTIONS)
# error This file cannot be directly included, and should only be included within stlsoft/tokenising/tokeniser_functions.hpp
#
www.eeworm.com/read/251577/12336417
h object_enumerators_unittest_.h
#if !defined(DOTNETSTL_INCL_DOTNETSTL_HPP_OBJECT_ENUMERATORS)
# error This file cannot be directly included, and should only be included within dotnetstl/object_enumerators.hpp
#endif /* !DOTNETST
www.eeworm.com/read/126957/14391580
man m_hpux9.man
.SH "HPUX 9 INFORMATION"
Under HP/UX 9, the kernel symbol _ccpu was eliminated. The author
believe that _cexp is a suitable substitute, but cannot be positive.
This seems to be confirmed by the fact
www.eeworm.com/read/116739/14956366
other_script
# NOTE: This script cannot be invoked with #!/bin/ksh
# because function "sayit" is imported from script
# "calling_script", not defined in this script.
print "In other script "
sayit Dan
prin
www.eeworm.com/read/207238/15278243
txt readme.txt
IMPORTANT!!!
------------
You cannot use the CGI or DLL compiled with
Personal or Single-USer Edition of Absolute Database,
as the database file is accessed in multi-user mode and
the nag-s
www.eeworm.com/read/493655/1163871
rb german.scan.rb
#
# german.scan.rb
# ScanCode translation for a german keyboard
#
theInputSystem = get('/sys/server/input');
if (theInputSystem == nil)
print "(german.scan.rb) cannot find the InputServer)\n
www.eeworm.com/read/480930/1311490
txt memory.txt
There are several classic problems related to memory on Linux
systems.
1) There are some buggy motherboards which cannot properly
deal with the memory above 16MB. Consider exchanging
your
www.eeworm.com/read/470720/1445586
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/470720/1446563
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 `::'
};