one suggestion to cpluscplus.com

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.

Thanks!
is_copy_constructible:

libc++: https://llvm.org/viewvc/llvm-project/libcxx/trunk/include/type_traits?revision=312892&view=markup
(line 3260)

In many cases, 'Possible implementation' (where available) in cppreference.com may be easier to understand:
http://en.cppreference.com/w/cpp/types/is_copy_constructible
Topic archived. No new replies allowed.