Changeset 88e2c82 in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78d739d
- Parents:
- e498a45
- git-author:
- Dzejrou <dzejrou@…> (2018-03-30 13:49:45)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/ratio.hpp
re498a45 r88e2c82 89 89 { 90 90 public: 91 /* static_assert(D != 0, "ratio with denominator == 0"); */91 static_assert(D != 0, "ratio with denominator == 0"); 92 92 93 93 static constexpr intmax_t num = aux::sign_v<N> * aux::sign_v<D>
Note:
See TracChangeset
for help on using the changeset viewer.