Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fweimer
10 months ago
|
parent
|
context
|
favorite
| on:
ChkTag: x86 Memory Safety
More importantly, C++17 no longer ignores alignment in dynamic memory allocation:
https://en.cppreference.com/w/cpp/memory/new/operator_new
C++11 already had alignas, but it was not really integrated well.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
C++11 already had alignas, but it was not really integrated well.