You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename CustomVector.cpp to something like SHMVector.cpp / refactor class / hierarchy model
Rewrite reserve() member. It should pre-reserve / initialize x empty data members, not only calculate the size. Also thred-safety is not needed inside the reserve() method, it should only be callable once
Tasks
CustomVector.cppto something likeSHMVector.cpp/ refactor class / hierarchy modelreserve()member. It should pre-reserve / initialize x empty data members, not only calculate the size. Also thred-safety is not needed inside the reserve() method, it should only be callable once