April 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22763

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/druntime pull request #3804 "Fix issue 22763 - importing std.utf fails in BetterC" fixing this issue:

- Fix issue 22763 - importing std.utf fails in BetterC

  BetterC-compatible code should be allowed to import the symbols in this
  module, as long as it does not attempt to use them at runtime when
  compiled in BetterC mode.

https://github.com/dlang/druntime/pull/3804

--
April 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22763

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3804 "Fix issue 22763 - importing std.utf fails in BetterC" was merged into master:

- af90c52a512044089b2e253124a49a821c02939c by Paul Backus:
  Fix issue 22763 - importing std.utf fails in BetterC

  BetterC-compatible code should be allowed to import the symbols in this
  module, as long as it does not attempt to use them at runtime when
  compiled in BetterC mode.

https://github.com/dlang/druntime/pull/3804

--