GSL/include
Stephan Dollberg d6b26b367b Add __may_alias__ attribute to gsl::byte (#668)
C++17 defines `std::byte*` to have the same aliasing properties as
`char*`. Hence, we mark it with the `__may_alias__` attribute under gcc
and clang.

Based on the fix by Martin Moene in byte-lite.

Fixes #663
2018-05-01 12:32:31 -07:00
..
gsl Add __may_alias__ attribute to gsl::byte (#668) 2018-05-01 12:32:31 -07:00