Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
core.atomic.isFloatingPoint should be private.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimcha committed Aug 31, 2011
1 parent d39dab1 commit 54a03ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomic.d
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ else version( AsmX86_64 )
}
}

template isFloatingPoint(T)
private template isFloatingPoint(T)
{
enum isFloatingPoint = __traits(isFloating, T);
}
Expand Down

0 comments on commit 54a03ae

Please sign in to comment.