List Question
20 TechQA 2024-03-01T20:14:20.150000How strict is ODR rule for C++ templates?
73 views
Asked by Ivan Krivyakov
Example of "implicit ODR-use of a non-pure virtual member function that happens to be deleted"
55 views
Asked by Кое Кто
Does an out-of-body definition for a member function of a class template have to be marked inline?
91 views
Asked by Andrea Agostini
Non-inline function from another source file takes precedence over inline function
54 views
Asked by Broseph_Stally
How can I find out which translation unit instantiated the linked function template to debug ODR issues?
112 views
Asked by chrysante
Templated functions with strongly typed enums
93 views
Asked by NeroP
Can typedefs in source files cause ODR violations?
132 views
Asked by Lorah Attkins
In-class vs out-of-class static member initialization: const(expr)ness and ODR
96 views
Asked by Oersted
Is header-only {fmt} safe from violations of One Definition Rule?
159 views
Asked by Åsmund
C++17 Is it legal to use a typedef'd type in definition bit not declaration?
40 views
Asked by jcoder
About clang AST and odr-use of destructors
77 views
Asked by GKxx
C++ polymorphism, a wrong method is being called
130 views
Asked by Hagai
Why function template can exist in multiple source files
54 views
Asked by MinLinC
C++ Modules, the Standard Library, Third-Party Libraries, and the One Definition Rule
488 views
Asked by sudgy
Why can duplicate definitions of a class in different cpp files be linked with no error?
204 views
Asked by small-turtle
Initialization of static thread_local member inside lambda that does not use that member
78 views
Asked by user2296145
Auto registration of types with C++ ODR use
147 views
Asked by Sridarshan
Variable in C defined with 'inline' keyword
61 views
Asked by cerveka2