Changeset 88e2c82 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:20Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

cpp: uncommented static_assert after fixing the s_a macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/ratio.hpp

    re498a45 r88e2c82  
    8989    {
    9090        public:
    91             /* static_assert(D != 0, "ratio with denominator == 0"); */
     91            static_assert(D != 0, "ratio with denominator == 0");
    9292
    9393            static constexpr intmax_t num = aux::sign_v<N> * aux::sign_v<D>
Note: See TracChangeset for help on using the changeset viewer.