Thread overview
[Issue 24363] hex string postfixes are useless
Jan 30
Dlang Bot
Jan 31
Dlang Bot
January 30
https://issues.dlang.org/show_bug.cgi?id=24363

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Dennis from comment #0)
> It would be more sensible to make the wstring equal to [0x1122, 0x3344] and the dstring [0x11223344],

Yes

--
January 30
https://issues.dlang.org/show_bug.cgi?id=24363

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #16118 "Fix bugzilla issue 24363 - hex string postfixes are useless" fixing this issue:

- Fix bugzilla issue 24363 - hex string postfixes are useless

https://github.com/dlang/dmd/pull/16118

--
January 31
https://issues.dlang.org/show_bug.cgi?id=24363

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16118 "Fix bugzilla issue 24363 - hex string postfixes are useless" was merged into master:

- c10c2e2692a0fac640af29c6b06da88cf847960c by Dennis Korpel:
  Fix bugzilla issue 24363 - hex string postfixes are useless

https://github.com/dlang/dmd/pull/16118

--