mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
fix for GCC4.8 RC
This commit is contained in:
parent
57bcbc6cdb
commit
2cb55b6b6c
55 changed files with 48 additions and 99 deletions
|
@ -45,7 +45,6 @@ namespace sprout {
|
|||
Compare comp, Difference n
|
||||
)
|
||||
{
|
||||
typedef sprout::pair<ResultType, bool> type;
|
||||
return current.second ? current
|
||||
: sprout::fixed::detail::bogo_sort_result_impl<ResultType>(
|
||||
sprout::fixed::detail::bogo_sort_result_impl_1<ResultType>(
|
||||
|
|
|
@ -45,7 +45,6 @@ namespace sprout {
|
|||
Compare comp, Difference n
|
||||
)
|
||||
{
|
||||
typedef sprout::pair<ResultType, bool> type;
|
||||
return current.second ? current
|
||||
: sprout::fixed::detail::bozo_sort_result_impl<ResultType>(
|
||||
sprout::fixed::detail::bozo_sort_result_impl_1<ResultType>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue