Ignore:
Timestamp:
2018-07-05T21:41:18Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9315761
Parents:
c20cccb
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-10-30 12:49:17)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
Message:

cpp: fixed some bugs found by the string tests

File:
1 edited

Legend:

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

    rc20cccb rdc0fff11  
    153153    { /* DUMMY BODY */ };
    154154
    155     template<class T>
    156     struct is_integral: __is_integral<remove_cv_t<T>>
     155    template<class T> // TODO: use remove_cv when implemented
     156    struct is_integral: __is_integral<T>
    157157    { /* DUMMY BODY */ };
    158158
Note: See TracChangeset for help on using the changeset viewer.