提交 44b37271 编写于 作者: 邹晓航

Merge pull request #3 from PINK-FL0YD/patch-1

fix "_uninitialized_fill_n_aux" define
...@@ -66,7 +66,7 @@ namespace TinySTL{ ...@@ -66,7 +66,7 @@ namespace TinySTL{
/***************************************************************************/ /***************************************************************************/
template<class ForwardIterator, class Size, class T> template<class ForwardIterator, class Size, class T>
ForwardIterator _uninitialized_n_fill_aux(ForwardIterator first, ForwardIterator _uninitialized_fill_n_aux(ForwardIterator first,
Size n, const T& x, _true_type); Size n, const T& x, _true_type);
template<class ForwardIterator, class Size, class T> template<class ForwardIterator, class Size, class T>
ForwardIterator _uninitialized_fill_n_aux(ForwardIterator first, ForwardIterator _uninitialized_fill_n_aux(ForwardIterator first,
...@@ -94,4 +94,4 @@ namespace TinySTL{ ...@@ -94,4 +94,4 @@ namespace TinySTL{
} }
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册