VirtualBox

Changeset 99828 in vbox for trunk/include/iprt/nocrt/ios


Ignore:
Timestamp:
May 17, 2023 1:48:57 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157464
Message:

*: A bunch of adjustments that allows using /permissive- with Visual C++ (qt 6.x necessity).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/ios

    r98103 r99828  
    266266        char_type *epptr()  const RT_NOEXCEPT
    267267        {
    268             return &m_pachBuf[m_cchPut];
     268            return &m_pachPut[m_cchPut];
    269269        }
    270270
     
    498498        }
    499499
    500         std::basic_streambuf<a_CharType, a_CharTraits> *rdbuf(std::basic_streambuf<a_CharType, a_CharTraits> *a_pNewbuf) RT_NOEXCEPT
     500        std::basic_streambuf<a_CharType, a_CharTraits> *rdbuf(std::basic_streambuf<a_CharType, a_CharTraits> *a_pNewBuf) RT_NOEXCEPT
    501501        {
    502502            std::basic_streambuf<a_CharType, a_CharTraits> *pOldBuf = m_pBuf;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette