Skip to content

Use C++ casts, part 3

Andrii Verbytskyi requested to merge cppcast3 into master

Use C++ casts instead of C casts. One needs reinterpet_cast to be able to convert from char* to int*.

Merge request reports

Loading