OSDN Git Service

length.hpp -> length_of.hpp (Rename)
authorMyun2 <myun2@nwhite.info>
Sat, 18 Sep 2010 08:19:36 +0000 (17:19 +0900)
committerMyun2 <myun2@nwhite.info>
Sat, 18 Sep 2010 08:19:36 +0000 (17:19 +0900)
roast/include/roast/lexical/length_of.hpp [moved from roast/include/roast/lexical/length.hpp with 82% similarity]

similarity index 82%
rename from roast/include/roast/lexical/length.hpp
rename to roast/include/roast/lexical/length_of.hpp
index cbba344..fce92ac 100644 (file)
@@ -1,8 +1,8 @@
 //     Roast+ License
 /*
 */
-#ifndef __SFJP_ROAST__lexical__length_HPP__
-#define __SFJP_ROAST__lexical__length_HPP__
+#ifndef __SFJP_ROAST__lexical__length_of_HPP__
+#define __SFJP_ROAST__lexical__length_of_HPP__
 
 #include "roast/type_traits/is_derived.hpp"
 
@@ -37,4 +37,4 @@ namespace roast
        }
 }
 
-#endif//__SFJP_ROAST__lexical__length_HPP__
+#endif//__SFJP_ROAST__lexical__length_of_HPP__