Changeset 17c41c3 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:23Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d221d2
Parents:
1610aa35
git-author:
Dzejrou <dzejrou@…> (2018-05-08 17:19:43)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: added a forward header for string so that we don't have to include it in stdexcept every time

Location:
uspace/lib/cpp/include
Files:
1 added
1 edited

Legend:

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

    r1610aa35 r17c41c3  
    3838#include <cwchar>
    3939#include <memory>
     40#include <internal/stringfwd.hpp>
    4041#include <utility>
    4142
     
    422423     */
    423424
    424     template<class Char, class Traits = char_traits<Char>,
    425              class Allocator = allocator<Char>>
     425    template<class Char, class Traits, class Allocator>
    426426    class basic_string
    427427    {
Note: See TracChangeset for help on using the changeset viewer.