Changeset 75848a8 in mainline
- Timestamp:
- 2018-07-05T21:41:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1cd380c
- Parents:
- e66fc6f
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-10-13 17:07:01)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/type_traits
re66fc6f r75848a8 61 61 */ 62 62 63 // TODO: forward using, can I even do this? 63 template<class> 64 struct remove_cv; 65 64 66 template<class T> 65 67 using remove_cv_t = typename remove_cv<T>::type;
Note:
See TracChangeset
for help on using the changeset viewer.