Added missing header, doc fixed
[libcds.git] / cds / container / split_list_set_rcu.h
index f2d802aedbbe0f9ad4613b5aa2f601127b14a91b..6b7aa3ae81e65ace33b63d33bb9e9ccc180b075b 100644 (file)
@@ -195,7 +195,7 @@ namespace cds { namespace container {
 
         You may use the modern option-based declaration instead of classic type-traits-based one:
         \code
-        typedef cc:SplitListSet<
+        typedef cc::SplitListSet<
             cds::urcu::gc<cds::urcu::general_buffered<> >   // RCU type used
             ,foo                                            // type of data stored
             ,cc::split_list::make_traits<      // metafunction to build split-list traits