I am wondering if it is possible to give a link to the source code of gcc/clang for a header file?
For example:
If searching is_copy_constructible, it will redirect to a page about is_copy_constructible. In this page, we know that it is included in type_traits, sometimes I would like to check the source code.