D - bug 0.76 intrisics
- one_mad_alien hotmail.com (13/13) Dec 06 2003 ---- file intrtest.d ---------
---- 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.
Dec 06 2003