From 4dfc7aef2f1d66b28b447ff6aac74c849c78be53 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 4 Nov 2021 23:40:47 +0100 Subject: [PATCH] [basic.fundamental] Clarify unspecified representation --- source/basic.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/basic.tex b/source/basic.tex index 51503ca73d..9d9c08e710 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5020,6 +5020,8 @@ \indextext{type!fundamental}% The types described in this subclause are called \defnx{fundamental types}{fundamental type}. +The representation of a fundamental type is unspecified +except as stated in this subclause. \begin{note} Even if the implementation defines two or more fundamental types to have the same value representation, they are nevertheless different types.