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

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

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