Vishal Oza

Results 4 issues of Vishal Oza

std::vector test = {1,1,2,3,4,5}; auto count = 0; for (auto&& x : discreture::combinations(test, 3)) std::cout

functions should be constexpr for C++17 and C++20 and later

### Library name SystemC ### Library description SystemC is a library that simulates hardware designs for both hardware and software design and verification. ### Library repository https://github.org/accellera-official/systemc ### Motivation Check...

new-libs
request