Add nextNodeBefore primitive.
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / table_offset.h
index f24c22e..aabebba 100644 (file)
@@ -25,7 +25,7 @@
 #include <basics.h>
 #include <iostream>
 
-using namespace std;
+//using namespace std;
 
 /** Universal table required for static_bitsequence_rrr02, Raman, Raman and Rao's [1] 
  *  proposal for rank/select capable data structures, it achieves space nH_0, 
@@ -41,6 +41,7 @@ using namespace std;
 class table_offset {
 
 public:
+  /** builds a universal table, designed for u<=15 */
        table_offset(uint u);
        ~table_offset();
        
@@ -102,4 +103,3 @@ protected:
 };
 
 #endif
-