Ignore:
Timestamp:
2018-07-05T21:41:24Z (7 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/io/iomanip_objs.hpp

    r4f461384 rb57a3ee  
    2727 */
    2828
    29 #ifndef LIBCPP_BITS_IOMANIP
    30 #define LIBCPP_BITS_IOMANIP
     29#ifndef LIBCPP_BITS_IO_IOMANIP_OBJS
     30#define LIBCPP_BITS_IO_IOMANIP_OBJS
    3131
    3232#include <ios>
     
    5656        Manipulator manipulator;
    5757    };
     58
    5859    template<class Char, class Traits, class Manipulator>
    5960    basic_ostream<Char, Traits>& operator<<(
Note: See TracChangeset for help on using the changeset viewer.