Ignore:
Timestamp:
2018-07-05T21:41:20Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e7c1aac
Parents:
c4049e6
git-author:
Dzejrou <dzejrou@…> (2018-03-28 14:21:53)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
Message:

cpp: added a threading middle layer

File:
1 edited

Legend:

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

    rc4049e6 r9283830  
    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.