cpp_weekly_videos icon indicating copy to clipboard operation
cpp_weekly_videos copied to clipboard

Add tags by C++ identifier

Open bdeane-intel opened this issue 3 years ago • 0 comments

When I look at https://lefticus.github.io/cpp_weekly_videos/ I want to search by the C++ identifier I find on cppreference. So that when my colleagues are asking about a specific thing, I can point them to a video. e.g.

When did Jason cover C++20's safe integral comparisons? (search: cmp_equal) When did Jason cover C++20 support for deleting variable-sized classes? (search: destroying_delete) What does Jason recommend for timing? (search: high_resolution_clock)

bdeane-intel avatar Jan 10 '23 14:01 bdeane-intel