Changeset 7bbf91e in mainline for uspace/lib/cpp/include/cstdio


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:
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 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/cstdio

    rfc15120 r7bbf91e  
    3030#define LIBCPP_CSTDIO
    3131
    32 #include "internal/common.hpp"
     32#include <__bits/common.hpp>
    3333
    3434namespace std::hel
     
    4242{
    4343    using std::hel::FILE;
     44    using std::hel::stdin;
     45    using std::hel::stdout;
     46    using std::hel::stderr;
    4447    /* using std::hel::fpos_t */
    4548    using std::hel::size_t;
Note: See TracChangeset for help on using the changeset viewer.