]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Correct finite precision issues.
[simgear.git] / simgear / compiler.h
index 7d2e6da572995c0ec59253d6bbdd9ea5b234e360..da0020cc77b34dbdb5f6e3180cf7afe51c861a1d 100644 (file)
@@ -141,10 +141,5 @@ inline int (isnan)(double r) { return !(r <= 0 || r >= 0); }
 // No user modifiable definitions beyond here.
 //
 
-/** \def SG_USING_STD(x)
- *  Expands to using std::X
- */
-#  define SG_USING_STD(X) using std::X
-
 #endif // _SG_COMPILER_H