opendlang / opend

Boost Software License 1.0
76 stars 17 forks source link

Add implicit conversion from atomic to integer #51

Closed IgorDeepakM closed 4 months ago

IgorDeepakM commented 4 months ago

As OpenD now has opImplicitCast, then we can add it to the Atomic type as this is one of the features in the C++ version.

IgorDeepakM commented 4 months ago

People seem to want to be using the atomics in expressions which is possible with PR https://github.com/opendlang/opend/pull/53 but not this PR.

Closing this PR.