diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/gcc~13/c_002b_002b-misunderstandings.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/gcc~13/c_002b_002b-misunderstandings.html')
| -rw-r--r-- | devdocs/gcc~13/c_002b_002b-misunderstandings.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/gcc~13/c_002b_002b-misunderstandings.html b/devdocs/gcc~13/c_002b_002b-misunderstandings.html deleted file mode 100644 index c9d0e59da..000000000 --- a/devdocs/gcc~13/c_002b_002b-misunderstandings.html +++ /dev/null @@ -1,6 +0,0 @@ -<div class="section-level-extent" id="C_002b_002b-Misunderstandings"> <div class="nav-panel"> <p> Next: <a href="non-bugs" accesskey="n" rel="next">Certain Changes We Don’t Want to Make</a>, Previous: <a href="disappointments" accesskey="p" rel="prev">Disappointments and Misunderstandings</a>, Up: <a href="trouble" accesskey="u" rel="up">Known Causes of Trouble with GCC</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="section" id="Common-Misunderstandings-with-GNU-C_002b_002b"><span>14.7 Common Misunderstandings with GNU C++<a class="copiable-link" href="#Common-Misunderstandings-with-GNU-C_002b_002b"> ¶</a></span></h1> <p>C++ is a complex language and an evolving one, and its standard definition (the ISO C++ standard) was only recently completed. As a result, your C++ compiler may occasionally surprise you, even when its behavior is correct. This section discusses some areas that frequently give rise to questions of this sort. </p> <ul class="mini-toc"> <li><a href="static-definitions" accesskey="1">Declare <em class="emph">and</em> Define Static Members</a></li> <li><a href="name-lookup" accesskey="2">Name Lookup, Templates, and Accessing Members of Base Classes</a></li> <li><a href="temporaries" accesskey="3">Temporaries May Vanish Before You Expect</a></li> <li><a href="copy-assignment" accesskey="4">Implicit Copy-Assignment for Virtual Bases</a></li> </ul> </div><div class="_attribution"> - <p class="_attribution-p"> - © Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br> - <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/C_002b_002b-Misunderstandings.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/C_002b_002b-Misunderstandings.html</a> - </p> -</div> |
