Remove trailing spaces
[libcds.git] / cds / container / split_list_map_nogc.h
index 6104f191a035fa63660e530bafe9e264a1b3a6f3..8f86af6dabdf7443894484cc1ff30933daa804b2 100644 (file)
@@ -12,7 +12,7 @@ namespace cds { namespace container {
     /** @ingroup cds_nonintrusive_map
         \anchor cds_nonintrusive_SplitListMap_nogc
 
-        This specialization is so-called append-only. 
+        This specialization is so-called append-only.
         The map does not support the removal of list item.
 
         See \ref cds_nonintrusive_SplitListMap_hp "SplitListMap" for description of template parameters.
@@ -100,7 +100,7 @@ namespace cds { namespace container {
         {
             return base_class::begin();
         }
-        const_iterator cbegin()
+        const_iterator cbegin() const
         {
             return base_class::cbegin();
         }
@@ -112,7 +112,7 @@ namespace cds { namespace container {
         {
             return base_class::end();
         }
-        const_iterator cend()
+        const_iterator cend() const
         {
             return base_class::cend();
         }