Skip to content
Snippets Groups Projects
Commit f3d677fb authored by Guillaume Roguez's avatar Guillaume Roguez Committed by gerrit2
Browse files

coreaudio: modern C++

- replace malloc by C++ vector or new[]
- use unique_ptr for dynamic allocations
- use C++ cast than C cast
- do not copy, use const&, & or move-idiom
- replace NULL by nullptr
- AAA rule
- general coding rules

Change-Id: I8a62ca9ef59b0807d5abeb0a5090521843dbb9ca
parent 72ee06ef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment