December 06, 2003 bug 0.76 intrisics | ||||
---|---|---|---|---|
| ||||
---- file intrtest.d --------- module intrtest; import std.intrinsic; // hide this and it works import std.math; float func( float f ) { return sqrt( f ); } /* intrtest.d(7): undefined identifier sqrt */ ---------------------------------- this will not compile, if 'import std.intrinsic;' is included hide that and it does. |
Copyright © 1999-2021 by the D Language Foundation