Link statically against boost_unit_test_framework library
[senf.git] / Packets / ParseArray.ct
index f893f01..5094b68 100644 (file)
@@ -21,7 +21,7 @@
 /** \file
     \brief ParseArray non-inline template implementation  */
 
-//#include "ParseArray.ih"
+#include "ParseArray.ih"
 
 // Custom includes
 
@@ -41,8 +41,6 @@ prefix_ void senf::Parse_Array<elements,ElementParser>::init()
         (*i).init();
 }
 
-
-
 ///////////////////////////////ct.e////////////////////////////////////////
 #undef prefix_
 
@@ -54,4 +52,5 @@ prefix_ void senf::Parse_Array<elements,ElementParser>::init()
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: