mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
removes duplicate default argument
This commit is contained in:
parent
ed8a14ee09
commit
bec1529cac
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ struct radix2InplaceSort_impl : Scanner
|
|||
|
||||
template< class Radix2Scanner, typename BidiIterator >
|
||||
void radix2InplaceSort( BidiIterator from, BidiIterator to,
|
||||
Radix2Scanner const& scanner = Radix2Scanner() )
|
||||
Radix2Scanner const& scanner)
|
||||
{
|
||||
radix2InplaceSort_impl<Radix2Scanner, BidiIterator>(scanner)
|
||||
.go(from, to, scanner.initial_state());
|
||||
|
|
Loading…
Reference in a new issue