File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,14 +91,16 @@ A C++ program might contain more than one [compilation unit](header-files-cpp.md
9191## In this section
9292
9393[extern](extern-cpp.md)
94- [Header files](header-files.md)
94+ [Header files](header-files-cpp .md)
9595[Initializers](initializers.md)
96- [Aliases and typedefs](aliases-and-typedefs.md)
96+ [Aliases and typedefs](aliases-and-typedefs-cpp .md)
9797[using declaration](using-declaration.md)
98- [Storage classes]()
99- [const]()
100- [constexpr]()
101- [volatile]()
98+ [Storage classes](storage-classes-cpp.md)
99+ [const](const-cpp.md)
100+ [constexpr](constexpr-cpp.md)
101+ [volatile](volatile-cpp.md)
102+ [decltype](decltype-cpp.md)
103+ [Attributes in C++](attributes.md)
102104
103105## See also
104106
Original file line number Diff line number Diff line change 36633663 - name: Keywords
36643664 href: cpp/keywords-cpp.md
36653665 - name: Punctuators
3666- href: cpp/punctuators-cpp.md
3666+ href: cpp/punctuators-cpp.md
36673667 - name: Numeric, boolean, and pointer literals
36683668 href: cpp/numeric-boolean-and-pointer-literals-cpp.md
36693669 - name: String and character literals
You can’t perform that action at this time.
0 commit comments