Daniele Bartolini 10 년 전
부모
커밋
fff12747c2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/containers/sort_map.h

+ 0 - 1
src/core/containers/sort_map.h

@@ -42,7 +42,6 @@ namespace sort_map
 	/// efficiently iterate over the elements.
 	template <typename TKey, typename TValue, typename Compare> const typename SortMap<TKey, TValue, Compare>::Entry* begin(const SortMap<TKey, TValue, Compare>& m);
 	template <typename TKey, typename TValue, typename Compare> const typename SortMap<TKey, TValue, Compare>::Entry* end(const SortMap<TKey, TValue, Compare>& m);
-
 } // namespace sort_map
 
 namespace sort_map_internal