-
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 | ||
prj | ||
qa | ||
CppunitTest_o3tl_tests.mk | ||
Makefile | ||
Module_o3tl.mk | ||
Package_inc.mk | ||
README |