mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +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;
|
||||
|
||||
public:
|
||||
raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
|
||||
explicit raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
|
||||
// Start out ready to flush.
|
||||
OutBufStart = OutBufEnd = OutBufCur = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user