|
|
|
|
|
by FartyMcFarter
1776 days ago
|
|
It's still quite easy to have memory safety bugs in modern C++ though. For example, std::string_view is basically a pointer, as soon as it points to a string that went out of scope you're in trouble if you use it again. |
|