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
Use STL or own smart pointers.
Example: unique/move pointer instead of GepardEngine* in gepard.h, or unique/move pointer instead of GepardEngineBackend* in gepard-engine.h, etc.
The text was updated successfully, but these errors were encountered:
szledan
changed the title
Using SMART pointers in API classes
Use SMART pointers in API classes
Jun 13, 2016
Use STL or own smart pointers.
Example: unique/move pointer instead of
GepardEngine*
ingepard.h
, or unique/move pointer instead ofGepardEngineBackend*
ingepard-engine.h
, etc.The text was updated successfully, but these errors were encountered: