From 96343a97863184e4439abacad0773a8f6bd86f9a Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sat, 18 Sep 2010 17:19:36 +0900 Subject: [PATCH] length.hpp -> length_of.hpp (Rename) --- roast/include/roast/lexical/{length.hpp => length_of.hpp} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename roast/include/roast/lexical/{length.hpp => length_of.hpp} (82%) diff --git a/roast/include/roast/lexical/length.hpp b/roast/include/roast/lexical/length_of.hpp similarity index 82% rename from roast/include/roast/lexical/length.hpp rename to roast/include/roast/lexical/length_of.hpp index cbba3445..fce92ac7 100644 --- a/roast/include/roast/lexical/length.hpp +++ b/roast/include/roast/lexical/length_of.hpp @@ -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__ -- 2.11.0