mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Make single-argument ctors explicit to avoid tricky bugs :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d6992fc7b
commit
8a901985bc
@ -168,9 +168,9 @@ namespace llvm {
|
||||
APFloat(const fltSemantics &, const char *);
|
||||
APFloat(const fltSemantics &, integerPart);
|
||||
APFloat(const fltSemantics &, fltCategory, bool negative);
|
||||
APFloat(double d);
|
||||
APFloat(float f);
|
||||
APFloat(const APInt &);
|
||||
explicit APFloat(double d);
|
||||
explicit APFloat(float f);
|
||||
explicit APFloat(const APInt &);
|
||||
APFloat(const APFloat &);
|
||||
~APFloat();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user