X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FIntrusiveList.h;h=ffd5c9b734a60447f5616e3a0aaafc5d41b14a5c;hp=0c799f1b11a659295d8be1d4947e3a59eb2fc3e1;hb=fbfe105970bcf88e8c123046f84bebdfe24f8801;hpb=92d9e7f79ad61be45997c62e00a23a02c728c345 diff --git a/folly/IntrusiveList.h b/folly/IntrusiveList.h index 0c799f1b..ffd5c9b7 100644 --- a/folly/IntrusiveList.h +++ b/folly/IntrusiveList.h @@ -61,7 +61,7 @@ using IntrusiveListHook = boost::intrusive::list_member_hook< * The elements stored in the list must contain an IntrusiveListHook member * variable. */ -template +template using IntrusiveList = boost::intrusive::list< T, boost::intrusive::member_hook, @@ -109,7 +109,7 @@ using SafeIntrusiveListHook = boost::intrusive::list_member_hook< * The elements stored in the list must contain an SafeIntrusiveListHook member * variable. */ -template +template using CountedIntrusiveList = boost::intrusive::list< T, boost::intrusive::member_hook,