Commit 8e636436 authored by Jesse Beder's avatar Jesse Beder
Browse files

Cleaned up

parent 8c33523b
...@@ -33,7 +33,7 @@ namespace YAML ...@@ -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> {};
......
...@@ -17,4 +17,5 @@ namespace YAML ...@@ -17,4 +17,5 @@ namespace YAML
extern _Null Null; extern _Null Null;
} }
#endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment