Tried to fix gcc/clang problem like how to pass argument pack to lambda function
[libcds.git] / cds / container / segmented_queue.h
index f9db1dcb5ae6d0cd25f37c2fc973105e837dbe7e..6c60622134db2147aa373ee2afddebc10f8c27d7 100644 (file)
@@ -55,7 +55,7 @@ namespace cds { namespace container {
             typedef CDS_DEFAULT_ALLOCATOR allocator;
 
             /// Lock type used to maintain an internal list of allocated segments
-            typedef cds::lock::Spin lock_type;
+            typedef cds::sync::spin lock_type;
 
             /// Random \ref cds::opt::permutation_generator "permutation generator" for sequence [0, quasi_factor)
             typedef cds::opt::v::random2_permutation<int>    permutation_generator;