From d5ac3ffc7748bbcdd83464aae294509f0b48a6f5 Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 19 Sep 2014 11:49:58 +0400 Subject: [PATCH] Remove cds/details/std/tuple.h, use STL instead --- cds/details/std/tuple.h | 30 --------------------------- cds/opt/hash.h | 2 +- projects/Win/vc12/cds.vcxproj | 1 - projects/Win/vc12/cds.vcxproj.filters | 3 --- 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 cds/details/std/tuple.h diff --git a/cds/details/std/tuple.h b/cds/details/std/tuple.h deleted file mode 100644 index 97b935f7..00000000 --- a/cds/details/std/tuple.h +++ /dev/null @@ -1,30 +0,0 @@ -//$$CDS-header$$ - -//@cond -#ifndef __CDS_DETAILS_STD_TUPLE_H -#define __CDS_DETAILS_STD_TUPLE_H - -#include - -#if (CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL) && _MSC_VER < 1600 -// MS VC 2008 -#include - -namespace std { - using boost::tuple; - using boost::get; - using boost::make_tuple; - using boost::tie; - - template - struct tuple_size { - static size_t const value = boost::tuples::length::value; - }; - -} // namespace std -#else -# include -#endif - -#endif // #ifndef __CDS_DETAILS_STD_MEMORY_H -//@endcond diff --git a/cds/opt/hash.h b/cds/opt/hash.h index 643f52d3..6d5a88d7 100644 --- a/cds/opt/hash.h +++ b/cds/opt/hash.h @@ -3,9 +3,9 @@ #ifndef __CDS_OPT_HASH_H #define __CDS_OPT_HASH_H +#include #include #include -#include namespace cds { namespace opt { diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 076a9eeb..9a283b87 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -734,7 +734,6 @@ - diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 5e7d1e8a..4346d06a 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -881,9 +881,6 @@ Header Files\cds\details\std - - Header Files\cds\details\std - Header Files\cds\intrusive -- 2.34.1