Changeset 72f5379e in mainline
- Timestamp:
- 2018-07-05T21:41:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c223a9d
- Parents:
- 0a414494
- git-author:
- Dzejrou <dzejrou@…> (2018-05-03 22:05:29)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/type_traits.hpp
r0a414494 r72f5379e 808 808 809 809 template<class Base, class Derived> 810 struct is_base_of; 810 struct is_base_of: aux::value_is<bool, __is_base_of(Base, Derived)> 811 { /* DUMMY BODY */ }; 811 812 812 813 template<class Base, class Derived>
Note:
See TracChangeset
for help on using the changeset viewer.