Search code examples
Where is the binary code for executing `std::vector<T>::operator[]`, when a TU calling that fu...

c++assemblytranslation-unitcompiler-explorergodbolt

Read More
Prevent C++ template codes from being compiled for many times...

c++templatesnamespacesexplicit-instantiationtranslation-unit

Read More
Is a Translation Unit always a file?...

c++assemblytranslation-unit

Read More
Is there any reason I should include a header in the associated cpp file if the former only provides...

c++includeheader-filesdeclarationtranslation-unit

Read More
How can static local variable shared along different translation unit?...

c++staticlinkagestorage-durationtranslation-unit

Read More
How a multiple times #included guarded header file will be inside different translation units?...

c++visual-studioincludeinclude-guardstranslation-unit

Read More
How many translation units in one module?...

c++visual-studiomoduletranslation-unit

Read More
Translation unit when including a source file?...

compilationtranslation-unit

Read More
Why the weak symbol defined in the same .a file but different .o file is not used as fall back?...

gcclinkerweak-referencestranslation-unit

Read More
Does `#pragma GCC system_header` in a header file extend into another source or header file that inc...

c++gccpreprocessortranslation-unit

Read More
Definitions of member fuction of class template full specialization in separate TUs...

c++linkermember-functionsclass-templatetranslation-unit

Read More
Splitting Boost.Spirit.X3 parsers into several TUs...

c++boostboost-spiritboost-spirit-x3translation-unit

Read More
Can a define be made across all translation units?...

c++c-preprocessortranslation-unit

Read More
Class methods internal linkage...

c++clinkertranslation-unit

Read More
Should I declare my function template specializations or is defining them enough?...

c++undefined-behaviortemplate-specializationfunction-templatestranslation-unit

Read More
inline function in different translation units with different compiler flags undefined behaviour?...

c++language-lawyerone-definition-ruleinline-functionstranslation-unit

Read More
Could I provide same function definition in different TUs...

c++linkageone-definition-ruletranslation-unit

Read More
Number of translation units vs number of cpp files...

c++translation-unit

Read More
Are multiple source files being passed to gcc treated as a single translation unit?...

cgccltotranslation-unit

Read More
What do the lines starting with # symbol in g++ -E generated translation unit...

c++g++translation-unit

Read More
Prevent same macro having different definitions in multiple translation units...

c++interfacec-preprocessorconditional-compilationtranslation-unit

Read More
Why does defining inline global function in 2 different cpp files cause a magic result?...

c++inlinetranslation-unit

Read More
C: clarification on translation unit...

ctranslation-unit

Read More
Class' Struct's function declaration in header and definition in cpp. lnk2019 when using fun...

c++structtranslation-unit

Read More
Structure with same name, different definitions: segmentation fault with -O2...

c++structsegmentation-faulttranslation-unit

Read More
c++ How to declare a class as local to a file...

c++classscopestatictranslation-unit

Read More
No header files included in file but can still use classes/functions from unincluded header files...

c++includetranslation-unit

Read More
Why shouldn't C++ operator new/delete/variants be in header files?...

c++gccdelete-operatortranslation-unit

Read More
static variable inside function vs static class variable in c++...

c++staticstatic-variablestranslation-unit

Read More
Is static deprecated when ensuring availability between translation units?...

c++staticglobal-variablesunnamed-namespacetranslation-unit

Read More
BackNext