Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c735afb
Parents:
4f461384
git-author:
Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: refactored the library layout, everything from the impl directory was moved to the bits directory for the sake of consistency, updated copyright notices and include guards

File:
1 moved

Legend:

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

    r4f461384 rb57a3ee  
    11/*
    2  * Copyright (c) 2017 Jaroslav Jindrak
     2 * Copyright (c) 2018 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 #ifndef LIBCPP_STRING
    30 #define LIBCPP_STRING
    31 
     29#ifndef LIBCPP_BITS_STRING
     30#define LIBCPP_BITS_STRING
     31
     32#include <__bits/string/stringfwd.hpp>
    3233#include <algorithm>
     34#include <initializer_list>
    3335#include <iosfwd>
    3436#include <iterator>
     
    3840#include <cwchar>
    3941#include <memory>
    40 #include <__bits/stringfwd.hpp>
    4142#include <utility>
    42 
    43 #include <initializer_list>
    4443
    4544namespace std
Note: See TracChangeset for help on using the changeset viewer.