Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++11 標準の段落 8.5.3p4 および p5 を使用して、以下のスニペットがコンパイルされないことをどのように証明しますか?
char a = 'a'; char* p = &a; const char* & r = p;