• Michael Stahl's avatar
    Revert "sorted_vector: turn Find parameter into template" · 8291d416
    Michael Stahl yazdı
    This reverts commit 3e3acee7.
    
    It was a nice idea, but C++ is not yet ready for it; with the travesty
    of parametric polymorphism in C++ the find_unique inside the definition
    of find_unique actually refers to find_unique<Value, Compare>, so there
    is no way to actually refer to template<Value, Compare> find_unique
    inside its definition.  Thanks to Luboš Luňák for explaining
    the problem to me.  Somehow this does work in GCC 4.7 even with
    -std=c++98, likely by accident.
    8291d416
Adı
Son kayıt (commit)
Son güncelleme
..
inc/o3tl Loading commit data...
prj Loading commit data...
qa Loading commit data...
CppunitTest_o3tl_tests.mk Loading commit data...
Makefile Loading commit data...
Module_o3tl.mk Loading commit data...
Package_inc.mk Loading commit data...
README Loading commit data...