Details
Details
Diff Detail
Diff Detail
Event Timeline
docs/clang-tidy/checks/misc-definitions-in-headers.rst | ||
---|---|---|
9 | It wouldn't be a large problem, if linker was always able to detect ODR violations. However, there are cases, where it can't do so. You can still append "in case these headers are included from multiple translation units." to the previous sentence. | |
33 | s/multiply defined/defined multiple times/ | |
45 | s/a inline/an inline/ | |
51 | s/funtion/function/ | |
58 | full specialization of a function template ... |
It wouldn't be a large problem, if linker was always able to detect ODR violations. However, there are cases, where it can't do so. You can still append "in case these headers are included from multiple translation units." to the previous sentence.