mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 10:27:02 +00:00
Add an explicit keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cabb383aba
commit
7f3030c471
@ -35,7 +35,7 @@ protected:
|
|||||||
bool Unbuffered;
|
bool Unbuffered;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
|
explicit raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
|
||||||
// Start out ready to flush.
|
// Start out ready to flush.
|
||||||
OutBufStart = OutBufEnd = OutBufCur = 0;
|
OutBufStart = OutBufEnd = OutBufCur = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user