Namespaces
Variants
Views
Actions

MediaWiki talk:Cpp-search-list-cpp

From cppreference.com

It is extremely difficult to search for C++ concepts on this wiki. For example, searching for "Container" ought to link you directly to cpp/concept/Container or something close to that. Yet instead, it only links to certain allocator traits things. For those concepts that happen to have traits templates, what you get are links to those templates. This is serviceable, as those template pages link back to the concepts. But there is a difference between searching for "Move constructible" and "is move constructible".

This table that maps search terms to pages would be a good way to fix this. With concepts lite support coming and the eventual conceptualization of the C++ standard library, concepts will be more important than ever. Korval (talk) 17:30, 26 June 2015 (PDT)

added library concepts (so Container now finds cpp/concept/Container) --Cubbi (talk) 11:22, 22 July 2015 (PDT)