Cleaned up

This commit is contained in:
jbeder
2009-08-24 18:23:20 +00:00
parent 2c4a7cf58c
commit 8fcd09f30b
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ namespace YAML
MAKE_INDEX_TYPE(long); MAKE_INDEX_TYPE(long);
MAKE_INDEX_TYPE(unsigned long); MAKE_INDEX_TYPE(unsigned long);
#undef MAKE_INDEX_TYPE; #undef MAKE_INDEX_TYPE
template <typename T> template <typename T>
struct is_index_type: public is_index_type_with_check<T, false> {}; struct is_index_type: public is_index_type_with_check<T, false> {};

View File

@@ -18,3 +18,4 @@ namespace YAML
} }
#endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66