include/fmt/os.h: Eliminate shadow warning in clang.
This commit is contained in:
parent
56782da133
commit
90b050e89a
@ -361,8 +361,8 @@ struct ostream_params {
|
||||
ostream_params() {}
|
||||
|
||||
template <typename... T>
|
||||
ostream_params(T... params, int oflag) : ostream_params(params...) {
|
||||
this->oflag = oflag;
|
||||
ostream_params(T... params, int oflag_param) : ostream_params(params...) {
|
||||
this->oflag = oflag_param;
|
||||
}
|
||||
|
||||
template <typename... T>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user