fix compile error on MacOS
This commit is contained in:
parent
cbaefb32da
commit
4f91d59a96
1 changed files with 2 additions and 5 deletions
|
@ -271,11 +271,8 @@ public:
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// data can be read in one step
|
// data can be read in one step
|
||||||
const std::vector<TData>::const_iterator ItMemoryGetPos =
|
std::copy ( vecMemory.begin() + iGetPos,
|
||||||
vecMemory.begin() + iGetPos;
|
vecMemory.begin() + iGetPos + iInSize,
|
||||||
|
|
||||||
std::copy ( ItMemoryGetPos,
|
|
||||||
ItMemoryGetPos + iInSize,
|
|
||||||
vecData.begin() );
|
vecData.begin() );
|
||||||
|
|
||||||
// set the get position one block further (no wrap around needs
|
// set the get position one block further (no wrap around needs
|
||||||
|
|
Loading…
Add table
Reference in a new issue