]> granicus.if.org Git - taglib/commit
Use std::wstring::empty() rather than size() == 0.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 17 Nov 2015 01:49:30 +0000 (10:49 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 17 Nov 2015 01:49:30 +0000 (10:49 +0900)
commit3f968933f42506593be304641625c45a2b6f9a12
tree43aaacf712a7a70b671e25c2bd9be09924cb1a50
parent67f44071cdb4ac16401687753b675384a177b81e
Use std::wstring::empty() rather than size() == 0.

Depending on the implementation, empty() can be more efficient than size().
taglib/toolkit/tstring.cpp