https://issues.dlang.org/show_bug.cgi?id=13826

Dlang Bot <[email protected]> changed:

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

--- Comment #4 from Dlang Bot <[email protected]> ---
@ErnyTech created dlang/druntime pull request #2773 "Fix Issue 13826 - Move
volatileLoad/Store to core.volatile when the volatile keyword is removed"
fixing this issue:

- Fix Issue 13826 - Move volatileLoad/Store to core.volatile when the volatile
keyword is removed

  This PR move the intrinsic volatileLoad and volatileStore into core.volatile,
  as promised by the discussion in https://github.com/dlang/druntime/pull/892
  and https://github.com/dlang/dmd/pull/4155.

  Currently an alias is maintained in core.bitop to avoid broken code,
  the alias is marked as deprecated to warn users of the displacement
  occurred in the core.volatile

  You should probably schedule a removal of the alias from core.bitop and
  publish it in https://dlang.org/deprecate.html

  Signed-off-by: Ernesto Castellotti <[email protected]>

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

--

Reply via email to