V

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
-
-
-
-
V created a post, ReadabilityRedundantStringInit when assigning an empty string to std::string_view
This initialization would be redundant in std::string case, but as you can see std::string_view is different. -
V created a post, CppRedundantTypenameKeyword when using dependent types in function argument
template <bool same_thread = false>class simplex_pipe_client_t { std::unordered_multimap<std::string, std::function<void(std::span<const uint8_t>)>> m_subscribers; <...snip...> template...