Skip to content

Commit

Permalink
Remove _Alignas from list of unsupported features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmartinwilliams committed Sep 13, 2024
1 parent 98cca57 commit 4c9a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is recommended to use the most recent platform release: http://hackage.haskel
Currently unsupported C11 constructs:
- static assertion 6.7.10 (_Static_assert)
- generic selection 6.5.1.1 (_Generic)
- _Atomic, _Alignas, _Thread_local
- _Atomic, _Thread_local
- Universal character names

Currently unsupported GNU C extensions:
Expand Down

0 comments on commit 4c9a730

Please sign in to comment.