Do bulk replace of stl types.
This commit is contained in:
parent
521486be62
commit
c25a56ee19
531 changed files with 2274 additions and 2181 deletions
|
@ -52,7 +52,7 @@ String BitStream::logLocation()
|
|||
|
||||
String BitStream::logNextNBytes(std::size_t n) const
|
||||
{
|
||||
std::stringstream sstr;
|
||||
Stringstream sstr;
|
||||
std::size_t count{0};
|
||||
VecBytes bytes;
|
||||
peekNextNBytes(n, bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue