Changeset d93f01a6 in mainline for uspace/lib/cpp/include/internal/test/test.hpp
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9475faf
- Parents:
- c06328da
- git-author:
- Dzejrou <dzejrou@…> (2018-04-07 15:01:43)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/test/test.hpp
rc06328da rd93f01a6 71 71 } 72 72 73 template<class T >74 bool assert_eq(const T& lhs, const T& rhs)73 template<class T, class U> 74 bool assert_eq(const T& lhs, const U& rhs) 75 75 { 76 76 return lhs == rhs;
Note:
See TracChangeset
for help on using the changeset viewer.