From 0d6472a3a17a386de362769dbd0855b17f30855d Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 18 Sep 2014 19:43:59 +0400 Subject: [PATCH] Move cds/numtraits.h to cds/details/numtraits.h --- cds/details/defs.h | 2 +- cds/{ => details}/numtraits.h | 6 +++--- projects/Win/vc12/cds.vcxproj | 3 ++- projects/Win/vc12/cds.vcxproj.filters | 9 ++++++--- 4 files changed, 12 insertions(+), 8 deletions(-) rename cds/{ => details}/numtraits.h (98%) diff --git a/cds/details/defs.h b/cds/details/defs.h index 92d9c6ab..d6dc4d0c 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -408,7 +408,7 @@ namespace cds { Common things **************************************************************************/ -#include +#include namespace cds { diff --git a/cds/numtraits.h b/cds/details/numtraits.h similarity index 98% rename from cds/numtraits.h rename to cds/details/numtraits.h index df262a0a..a84a55f7 100644 --- a/cds/numtraits.h +++ b/cds/details/numtraits.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_NUMERIC_TRAITS_H -#define __CDS_NUMERIC_TRAITS_H +#ifndef __CDS_DETAILS_NUMERIC_TRAITS_H +#define __CDS_DETAILS_NUMERIC_TRAITS_H /* Filename: numtraits.h @@ -219,4 +219,4 @@ namespace cds { } // namespace beans } // namespace cds -#endif // __CDS_NUMERIC_TRAITS_H +#endif // __CDS_DETAILS_NUMERIC_TRAITS_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 2ef5e971..5a9ce158 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -634,6 +634,7 @@ + @@ -726,6 +727,7 @@ + @@ -810,7 +812,6 @@ - diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 3f678be6..602db1cc 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -197,9 +197,6 @@ Header Files\cds - - Header Files\cds - Header Files\cds @@ -1316,5 +1313,11 @@ Header Files\cds\algo + + Header Files\cds\algo + + + Header Files\cds\details + \ No newline at end of file -- 2.34.1