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:
2e53e83d
Parents:
fc15120
git-author:
Dzejrou <dzejrou@…> (2018-05-16 18:35:17)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: changed internal to bits to avoid include space pollusion, fixed old std::hel:: bugs in files that weren't touched since

File:
1 moved

Legend:

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

    rfc15120 r7bbf91e  
    2727 */
    2828
    29 #ifndef LIBCPP_INTERNAL_LOCALE_NUM_GET
    30 #define LIBCPP_INTERNAL_LOCALE_NUM_GET
     29#ifndef LIBCPP_BITS_LOCALE_NUM_GET
     30#define LIBCPP_BITS_LOCALE_NUM_GET
    3131
    3232#include <cerrno>
    3333#include <cstring>
    34 #include <internal/locale.hpp>
    35 #include <internal/locale/numpunct.hpp>
     34#include <__bits/locale.hpp>
     35#include <__bits/locale/numpunct.hpp>
    3636#include <ios>
    3737#include <iterator>
Note: See TracChangeset for help on using the changeset viewer.