ReactOS 0.4.15-dev-7998-gdb93cb1
resolve_name.cpp File Reference
#include <cmath>
Include dependency graph for resolve_name.cpp:

Go to the source code of this file.

Classes

struct  sq
 

Namespaces

namespace  NS1
 
namespace  anonymous_namespace{resolve_name.cpp}
 

Macros

#define _STLP_DO_IMPORT_CSTD_FUNCTIONS
 

Functions

bool NS1::f ()
 
bool anonymous_namespace{resolve_name.cpp}::g ()
 
bool h ()
 

Macro Definition Documentation

◆ _STLP_DO_IMPORT_CSTD_FUNCTIONS

#define _STLP_DO_IMPORT_CSTD_FUNCTIONS

Definition at line 1 of file resolve_name.cpp.

Function Documentation

◆ h()

bool h ( )

Definition at line 40 of file resolve_name.cpp.

41{
42 double d( 1.0 );
43
44 d = sqrt( d );
45 d = ::sqrt( d );
46 d = std::sqrt( d );
47 return d == 1.0;
48}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
#define d
Definition: ke_i.h:81