
Hello, the mentioned file uses std::swap and and other algorithms from the std algorithms library without including the header file algorithm. Also the documentation for 'void swap(rbtree_impl& other)' states: 'If the comparison functor's none swap call throws.' I guess the word 'none' should be removed from the sentence. Regards, Markus

Markus Schöpflin escribió:
Hello,
the mentioned file uses std::swap and and other algorithms from the std algorithms library without including the header file algorithm.
Also the documentation for 'void swap(rbtree_impl& other)' states: 'If the comparison functor's none swap call throws.' I guess the word 'none' should be removed from the sentence.
Fixed in SVN.
Regards, Markus
Thanks for the fixes, Ion

Markus Schöpflin escribió:
Ion Gaztañaga wrote:
Fixed in SVN.
[...]
Ion, there seem to be a few more header files missing in selected places. Is it OK for you when I just add the missing headers and commit the change instead of going through the mailing list each time?
Ok for me.
Markus
Regards, Ion
participants (2)
-
Ion Gaztañaga
-
Markus Schöpflin