代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/340665/3276044

c 900211_04.c

// g++ 1.36.1 bug 900211_04 // g++ fails to flag as errors attempts to compare pointer values against // (nonzero) integer values; // Since implicit conversions of pointer to integers (or vise versa
www.eeworm.com/read/340665/3276179

c template36.c

// Testcase for implicit 'typename' and resolution of 'typename's in the // current scope. class base1 { public: int bar() const { return 1; } }; class base2 { public: int bar() const
www.eeworm.com/read/305795/3769050

java mainmenu.java

package com.j2medev.chapter7; import javax.microedition.lcdui.*; public class MainMenu extends List implements CommandListener { public MainMenu() { super("Select", List.IMPLICIT);
www.eeworm.com/read/305795/3769063

java mainmenu.java

package com.j2medev.chapter7; import javax.microedition.lcdui.*; public class MainMenu extends List implements CommandListener { public MainMenu() { super("Select", List.IMPLICIT);
www.eeworm.com/read/305277/3778894

check bug900.check

bug900.scala:4: error: type mismatch; found : Foo.this.x.type (with underlying type Foo.this.bar) required: AnyRef Note that implicit conversions are not applicable because they are ambiguous: bo
www.eeworm.com/read/305277/3779119

check bug696.check

bug696.scala:4: error: diverging implicit expansion for type TypeUtil0.Type[Any] starting with method WithType in object TypeUtil0 as[Any](null); ^ one error found
www.eeworm.com/read/303463/3810449

m bounds.m

function varargout = bounds(x,lower,upper,aux) %BOUNDS Adds implicit bounds on variables. % % BOUNDS IS OBSOLETE: Use standard SET constraints % % BOUNDS(x,Lower,Upper) Adds bound constraints o
www.eeworm.com/read/440906/1777673

c 900209_01.c

// g++ 1.36.1 bug 900209_01 // g++ implicitly casts values whose types are "void*" to other pointer // types (just as the language rules for C permit). Such implicit // conversions are not allowed b
www.eeworm.com/read/440906/1777676

c 900211_04.c

// g++ 1.36.1 bug 900211_04 // g++ fails to flag as errors attempts to compare pointer values against // (nonzero) integer values; // Since implicit conversions of pointer to integers (or vise versa
www.eeworm.com/read/440906/1777811

c template36.c

// Testcase for implicit 'typename' and resolution of 'typename's in the // current scope. class base1 { public: int bar() const { return 1; } }; class base2 { public: int bar() const