Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Use raw_ptr<> template instead of raw pointers #91

Closed javifernandez closed 5 months ago

javifernandez commented 5 months ago

The use of raw pointers is not recommended and there are compilation flags that generate errors in debug builds.