Skip to content

Commit 127fc7d

Browse files
committed
Rename bit pattern subheading, add float subheading
1 parent ca56626 commit 127fc7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/type.dd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ void test()
458458
$(DDSUBLINK spec/expression, assignment_operator_expressions, operator assignment)
459459
is equivalent to `e = cast(E)(e + 4)`.)
460460

461-
$(H3 $(LNAME2 disallowed-conversions, Preserving Bit Patterns))
461+
$(H3 $(LEGACY_LNAME2 disallowed-conversions, integer-conversions, Integer Type Conversions))
462462

463463
$(P An integer of type `I` implicitly converts to another integer type `J` when
464464
`J.sizeof >= I.sizeof`.)
@@ -488,6 +488,8 @@ ulong u4 = -1; // ok, -1 can be represented in a long, which can be converted t
488488
---
489489
)
490490

491+
$(H3 $(LNAME2 floating-point-conversions, Floating Point Type Conversions))
492+
491493
* Integral types implicitly convert to floating point types.
492494
* Floating point types cannot be implicitly converted to integral types.
493495

0 commit comments

Comments
 (0)