to \p boost library root directory. The test projects search \p boost libraries in:
- for 32bit: <tt>\$(BOOST_PATH)/stage/lib</tt>, <tt>\$(BOOST_PATH)/stage32/lib</tt>, and <tt>\$(BOOST_PATH)/bin</tt>.
- for 64bit: <tt>\$(BOOST_PATH)/stage64/lib</tt> and <tt>\$(BOOST_PATH)/bin</tt>.
+
+ All tests are based on googletest framework. The following environment variables specify
+ where to find gtest include and library directories:
+ - \p GTEST_ROOT - gtest root directory. <tt>\$(GTEST_ROOT)/include</tt> specifies full path to
+ gtest include files;
+ - \p GTEST_LIB64 - the path to 64bit gtest library dir;
+ - \p GTEST_LIB32 - the path to 32bit gtest library dir.
\par *NIX build
//@endcond
};
- // Hash size option
+ /// Hash size option
/**
@copydetails traits::hash_size
*/
Value \p 0 means <tt>sizeof( hash_type )</tt>.
*/
- enum : size_t {
- hash_size = 0
- };
+ static CDS_CONSTEXPR size_t const hash_size = 0;
/// Disposer for removing data nodes
typedef cds::intrusive::opt::v::empty_disposer disposer;