mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Rewrite ByteVector::replace() to run in O(n) time.
This commit is contained in:
@ -313,6 +313,7 @@ public:
|
||||
CPPUNIT_ASSERT_EQUAL(ByteVector("abcdaba"), a);
|
||||
}
|
||||
}
|
||||
|
||||
void testReplaceAndDetach()
|
||||
{
|
||||
{
|
||||
|
Reference in New Issue
Block a user