Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in translation-unit

Understanding different translation units in C (the meaning)

c gcc translation-unit

Template instance in different translation units [duplicate]

Is static deprecated when ensuring availability between translation units?

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

c++17 inline + thread_local vs thread_local

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

C: clarification on translation unit

c translation-unit

Will instantiating templates in precompiled headers reduce compile times?

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

Translation unit vs Compilation unit vs object file vs executable vs.... in C++

c++ How to declare a class as local to a file

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

c++ inline translation-unit