Changeset 8d0953f 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:
c5b2b05
Parents:
15b8b85e
git-author:
Dzejrou <dzejrou@…> (2018-01-05 23:02:35)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: added basic_stringbuf as friend

File:
1 edited

Legend:

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

    r15b8b85e r8d0953f  
    14651465            allocator_type allocator_;
    14661466
     1467            template<class C, class T, class A>
     1468            friend class basic_stringbuf;
     1469
    14671470            /**
    14681471             * Arbitrary value, standard just requires
Note: See TracChangeset for help on using the changeset viewer.