Re: How to use core.atomic.cas with (function) pointers?
Kagamin via Digitalmars-d-learn Tue, 22 Jan 2019 23:51:06 -0800
I believe this is historical. It will fail because atomics are
combinatorially parameterized because the compiler couldn't
properly infer template arguments until recently (this also
resulted in memory corruption in ldc fork of druntime). Now that
the compiler was fixed, atomics can be fixed too and have single
template parameter.
- How to use core.atomic.cas with (f... Johan Engelen via Digitalmars-d-learn
- Re: How to use core.atomic.ca... Nicholas Wilson via Digitalmars-d-learn
- Re: How to use core.atomic.ca... Kagamin via Digitalmars-d-learn