Skip to content

Commit

Permalink
Remove also std::size_t which is not a fundamental type
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Mar 26, 2020
1 parent 6825faa commit 92121bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions latex/compiler_abi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,6 @@ \section{Built-in scalar data types}
An unsigned integer of at least 64-bits, as defined by the C++11 ISO Standard
}
\addRow
{
size_t
}
{
An unsigned integer type which is the result of the \codeinline{sizeof}
operator on host.
}
\addRow
{
float
}
Expand Down

0 comments on commit 92121bb

Please sign in to comment.