Changeset e7462e6 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:19Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6371c5bf
Parents:
94cb686
git-author:
Dzejrou <dzejrou@…> (2017-12-04 15:51:55)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: facet was moved back to locale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/locale.cpp

    r94cb686 re7462e6  
    3131namespace std
    3232{
    33     namespace aux
     33    locale::facet::facet(size_t refs)
    3434    {
    35         // TODO: implement facet
     35        // TODO:
     36    }
     37
     38    locale::facet::~facet()
     39    {
     40        // TODO:
    3641    }
    3742
Note: See TracChangeset for help on using the changeset viewer.