X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fintrusive-list%2Fintrusive_lazy_nogc.cpp;h=36f6b7ef0057529362a03611a19888e3673eaae9;hb=6912d51a86c80e0a830a788de0581f524576916c;hp=10039d1d07cce8ffd990faf978b51ab778080a00;hpb=7a5d9c7a58ab2fcd56380bf11101a40588f29657;p=libcds.git diff --git a/test/unit/intrusive-list/intrusive_lazy_nogc.cpp b/test/unit/intrusive-list/intrusive_lazy_nogc.cpp index 10039d1d..36f6b7ef 100644 --- a/test/unit/intrusive-list/intrusive_lazy_nogc.cpp +++ b/test/unit/intrusive-list/intrusive_lazy_nogc.cpp @@ -1,11 +1,11 @@ /* This file is a part of libcds - Concurrent Data Structures library - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -48,11 +48,11 @@ namespace { TEST_F( IntrusiveLazyList_NOGC, base_hook ) { typedef ci::LazyList< gc_type, base_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -178,11 +178,11 @@ namespace { TEST_F( IntrusiveLazyList_NOGC, member_hook ) { typedef ci::LazyList< gc_type, member_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l;