Ignore:
Timestamp:
2018-07-05T21:41:19Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5732648
Parents:
9cb221b
git-author:
Dzejrou <dzejrou@…> (2017-12-17 14:54:03)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: added basic implementation of num_put, fixed minor errors and added undefined functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/internal/locale/numpunct.hpp

    r9cb221b rc729a60  
    9090            using string_type = basic_string<char>;
    9191
    92             explicit numpunct(size_t refs = 0);
     92            explicit numpunct(size_t refs = 0)
     93            { /* DUMMY BODY */ }
    9394
    9495            char_type decimal_point() const
     
    117118            }
    118119
    119             ~numpunct();
     120            ~numpunct()
     121            { /* DUMMY BODY */ }
    120122
    121123        protected:
Note: See TracChangeset for help on using the changeset viewer.