Changeset 96fec16 in mainline
- Timestamp:
- 2019-07-03T15:46:24Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e24583
- Parents:
- b96e87e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/chrono.hpp
rb96e87e r96fec16 331 331 { 332 332 using CD = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>; 333 return CD(CD(lhs .count()) + CD(rhs.count()));333 return CD(CD(lhs).count() + CD(rhs).count()); 334 334 } 335 335
Note:
See TracChangeset
for help on using the changeset viewer.