Changeset 17c41c3 in mainline
- Timestamp:
- 2018-07-05T21:41:23Z (7 years ago)
- 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)
- Location:
- uspace/lib/cpp/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/string.hpp
r1610aa35 r17c41c3 38 38 #include <cwchar> 39 39 #include <memory> 40 #include <internal/stringfwd.hpp> 40 41 #include <utility> 41 42 … … 422 423 */ 423 424 424 template<class Char, class Traits = char_traits<Char>, 425 class Allocator = allocator<Char>> 425 template<class Char, class Traits, class Allocator> 426 426 class basic_string 427 427 {
Note:
See TracChangeset
for help on using the changeset viewer.