Changeset 99828 in vbox for trunk/include/iprt/nocrt/ios
- Timestamp:
- May 17, 2023 1:48:57 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/ios
r98103 r99828 266 266 char_type *epptr() const RT_NOEXCEPT 267 267 { 268 return &m_pach Buf[m_cchPut];268 return &m_pachPut[m_cchPut]; 269 269 } 270 270 … … 498 498 } 499 499 500 std::basic_streambuf<a_CharType, a_CharTraits> *rdbuf(std::basic_streambuf<a_CharType, a_CharTraits> *a_pNew buf) RT_NOEXCEPT500 std::basic_streambuf<a_CharType, a_CharTraits> *rdbuf(std::basic_streambuf<a_CharType, a_CharTraits> *a_pNewBuf) RT_NOEXCEPT 501 501 { 502 502 std::basic_streambuf<a_CharType, a_CharTraits> *pOldBuf = m_pBuf;
Note:
See TracChangeset
for help on using the changeset viewer.