Silenced a warning in the very latest Clang
This commit is contained in:
parent
08a7f5ae07
commit
7b406922e9
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ class ptristream : public std::istream
|
||||||
case std::ios::end:
|
case std::ios::end:
|
||||||
setg(ptr, egptr()+off, ptr+len);
|
setg(ptr, egptr()+off, ptr+len);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
return pos_type(off_type(-1));
|
|
||||||
}
|
}
|
||||||
return pos_type(gptr() - ptr);
|
return pos_type(gptr() - ptr);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue