-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
P1007R3 assume_aligned()
This needs support from the compiler back-end, tracked by Microsoft-internal VSO-917620.
Feature-test macro as of WG21-N4842, added by WG21-P1902:
#define __cpp_lib_assume_aligned 201811L
elad335 and KindDragon