Skip to content

Commit

Permalink
fix "_uninitialized_fill_n_aux" define
Browse files Browse the repository at this point in the history
  • Loading branch information
Pink Floyd authored and Pink Floyd committed Sep 1, 2015
1 parent f7b78d5 commit 821802b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinySTL/UninitializedFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -94,4 +94,4 @@ namespace TinySTL{
}
}

#endif
#endif

0 comments on commit 821802b

Please sign in to comment.