Kayo Hamid 9ab9d69c7d cppcheck inefficient checking for emptiness
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
 xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
 constant time
2011-04-22 11:31:13 +02:00
2011-04-05 11:54:35 +01:00
2011-02-27 14:22:24 +01:00
2011-04-05 11:54:35 +01:00
2011-04-13 13:46:24 +01:00
2011-04-13 09:13:41 +01:00
Description
LibreOffice mirror (not auto-updating).
1.9 GiB
Languages
C++ 82.4%
Java 5.3%
Rich Text Format 2.3%
PostScript 1.9%
Python 1.9%
Other 5.7%