Changeset 55aa951 in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- befead8
- Parents:
- 69e5838
- git-author:
- Dzejrou <dzejrou@…> (2018-03-28 20:40:43)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/thread.hpp
r69e5838 r55aa951 149 149 { 150 150 template<class Rep, class Period> 151 static time_unit convert( std::chrono::duration<Rep, Period>dur)151 static time_unit convert(const std::chrono::duration<Rep, Period>& dur) 152 152 { 153 153 return std::chrono::duration_cast<std::chrono::duration<Rep, micro>>(dur).count();
Note:
See TracChangeset
for help on using the changeset viewer.