Skip to content

Commit

Permalink
[ntuple] fix specification table
Browse files Browse the repository at this point in the history
  • Loading branch information
silverweed committed Sep 10, 2024
1 parent 4ec0cb2 commit 3c1d6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree/ntuple/v7/doc/specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ Such cases are marked as `R` in the table.
| Real16 | | | | | | | | | | | | W | W |
| (Split)Real32 | | | | | | | | | | | | W* | W |
| (Split)Real64 | | | | | | | | | | | | | W* |
| Real32Trunc | | | | | | | | | | | | W* | |
| Real32Quant | | | | | | | | | | | | W* | |
| Real32Trunc | | | | | | | | | | | | W | |
| Real32Quant | | | | | | | | | | | | W | W |

Possibly available `const` and `volatile` qualifiers of the C++ types are ignored for serialization.
The default column for serialization is denoted with an asterix.
Expand Down

0 comments on commit 3c1d6f6

Please sign in to comment.