mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Make single-argument ctors explicit to avoid tricky bugs :)
llvm-svn: 41924
This commit is contained in:
parent
f672250ee0
commit
7b29e6a714
@ -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