Changeset 2cf1da7 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:19Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe39530
Parents:
25cc4a5
git-author:
Dzejrou <dzejrou@…> (2017-12-17 20:00:44)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: allowed std::num_get to acces the ios conversion buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/ios.hpp

    r25cc4a5 r2cf1da7  
    221221            template<class Char, class Iterator>
    222222            friend class num_put;
     223
     224            template<class Char, class Iterator>
     225            friend class num_get;
    223226    };
    224227
Note: See TracChangeset for help on using the changeset viewer.