Changeset c729a60 in mainline for uspace/lib/cpp/include/internal/locale/numpunct.hpp
- Timestamp:
- 2018-07-05T21:41:19Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/locale/numpunct.hpp
r9cb221b rc729a60 90 90 using string_type = basic_string<char>; 91 91 92 explicit numpunct(size_t refs = 0); 92 explicit numpunct(size_t refs = 0) 93 { /* DUMMY BODY */ } 93 94 94 95 char_type decimal_point() const … … 117 118 } 118 119 119 ~numpunct(); 120 ~numpunct() 121 { /* DUMMY BODY */ } 120 122 121 123 protected:
Note:
See TracChangeset
for help on using the changeset viewer.