https://issues.dlang.org/show_bug.cgi?id=14683
Issue ID: 14683
Summary: atomicop comparison returntype incorrect
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: minor
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
for example, atomicOp!"<"(integer, integer) returns a type of integer that's
either 0 or 1. Shouldn't it return a boolean?
--
