forked from OSchip/llvm-project
parent
8f2f7e7c79
commit
5cf4e1f1f0
|
@ -27,4 +27,4 @@ public:
|
||||||
|
|
||||||
int A::count = 0;
|
int A::count = 0;
|
||||||
|
|
||||||
#endif
|
#endif // A_H
|
||||||
|
|
|
@ -38,4 +38,4 @@ public:
|
||||||
|
|
||||||
int B::count = 0;
|
int B::count = 0;
|
||||||
|
|
||||||
#endif
|
#endif // AB_H
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
// <complex.h>
|
// <complex.h>
|
||||||
|
|
||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
|
|
||||||
#ifndef _LIBCPP_VERSION
|
#ifndef _LIBCPP_VERSION
|
||||||
|
|
|
@ -30,4 +30,4 @@ public:
|
||||||
{return x*y;}
|
{return x*y;}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // TEST_FUNC_H
|
||||||
|
|
Loading…
Reference in New Issue