Bug#739502: libstdc++6-4.7-dev: std::set<>::operator== uses operator== to compare elements

2014-02-19 Thread Skuratovich Sergey Nikolaevich
Package: libstdc++6-4.7-dev Version: 4.7.2-5 Severity: important Hello. std::set<>::operator== uses operator== to compare elements instead of functor, specified in template parameters. This makes imposible to compare sets of elements, which requires custom compare operator. Minimal code example

Bug#553191: manpages-ru: Spelling mistake in ldd(1) manpage: "старными" must be fixed to "старыми".

2009-10-29 Thread Skuratovich Sergey Nikolaevich
Package: manpages-ru Version: 0.98-4 Severity: minor Tags: l10n Spelling mistake in ldd(1) manpage: "старными" must be fixed to "старыми". $ gunzip -c /usr/share/man/ru/man1/ldd.1.gz |iconv -f koi8r|grep -n старными 64:не работает с некоторыми очень старными a.out программами, которые были -- S

Bug#469809: libxml++2.6-2: malloc/free disbalance(possible memory leakage)

2008-03-06 Thread Skuratovich Sergey Nikolaevich
Package: libxml++2.6-2 Version: 2.14.0-0.1 Severity: important Valgrind tool reports about malloc/free disbalance (number of memalloc calls larger than number of free calls). example program source: #include #include int main(int argc, char* argv[]) { try { xm