diff --git a/src/MetroidPrime/Player/CGameOptions.cpp b/src/MetroidPrime/Player/CGameOptions.cpp index 8076b17f..675a7c85 100644 --- a/src/MetroidPrime/Player/CGameOptions.cpp +++ b/src/MetroidPrime/Player/CGameOptions.cpp @@ -14,11 +14,13 @@ #include "dolphin/os.h" namespace rstl { -// template < class It, class Cmp > -// void sort(It first, It last, Cmp cmp) { -// // TODO: proper implementation -// cmp(*first, *last); -// } +#ifndef __MWERKS__ +template < class It, class Cmp > +void sort(It first, It last, Cmp cmp) { + // TODO: proper implementation + cmp(*first, *last); +} +#endif } // namespace rstl namespace {