diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-09 21:21:50 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-09 21:21:50 -0500 |
commit | b9ee8f9f83b4ed8fac81a3b530732537c4495ea1 (patch) | |
tree | 8f9d525a750f0c57c6603123926777716caccd49 /README.html | |
parent | c156e952d94049e8dbd8bc9a0f294712c6f253e8 (diff) |
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.html b/README.html index 3b4bc57..32673e4 100644 --- a/README.html +++ b/README.html @@ -74,7 +74,7 @@ it is nearly as fast in theory.</p> <ul> <li>Anonymous structures/unions</li> -<li><code>max_align_t</code> and <code>alignof</code> - It can still compile without these but it won’t technically be standard-compliant</li> +<li><code>max_align_t</code> - It can still compile without this, and will almost definitely work, but it won’t technically be standard-compliant</li> </ul> |