From: khizmax Date: Wed, 1 Oct 2014 13:46:59 +0000 (+0400) Subject: Remove cds/details/void_selector.h X-Git-Tag: v2.0.0~244 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e82347435f6681480c3cdbf1abe4c1bfc0674348;p=libcds.git Remove cds/details/void_selector.h --- diff --git a/cds/details/void_selector.h b/cds/details/void_selector.h deleted file mode 100644 index bbac72c9..00000000 --- a/cds/details/void_selector.h +++ /dev/null @@ -1,27 +0,0 @@ -//$$CDS-header$$ - -#ifndef __CDS_DETAILS_VOID_SELECTOR_H -#define __CDS_DETAILS_VOID_SELECTOR_H - -#include - -namespace cds { - namespace details { - - /// Void type selector - /** - This metafunction is equal to the following expression: - \code - std::conditional< std::is_same< T, void >::value, Void, NoVoid >::type - \endcode - - The \p NoVoid is optional, default is \p NoVoid == T - */ - template - struct void_selector: public std::conditional< std::is_same< T, void >::value, Void, NoVoid > - {}; - - } // namespace details -} // namespace cds - -#endif // #ifndef __CDS_DETAILS_VOID_SELECTOR_H diff --git a/cds/opt/options.h b/cds/opt/options.h index eae69470..bfe2b008 100644 --- a/cds/opt/options.h +++ b/cds/opt/options.h @@ -14,7 +14,6 @@ #include #include #include -#include #include // rand, srand namespace cds { diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 4312558e..e1264db1 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -829,10 +829,8 @@ - - diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 1721d882..09abae89 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -239,18 +239,12 @@ Header Files\cds\details - - Header Files\cds\details - Header Files\cds\details Header Files\cds\details - - Header Files\cds\details - Header Files\cds\gc