Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in one-definition-rule

Can anyone explain this paragraph of the current C++0x standard draft?

How to avoid violating ODR with traits classes

Do C++ modules make ODR violations absent?

Can an inline function in a header file use a constant which has internal linkage?

Is taking the address of an undefined function allowed?

Backward Compatibility of iOS9 On Demand Resources (ODR)

Why One Definition Rule, not One Declaration Rule?

c++ c one-definition-rule

Dependent Expression and ODR-use in a Generic Lambda in C++14

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

constexpr and ODR

How would use of unnamed namespaces in headers cause ODR-violations?

Does the following actually violate the ODR?

c++ include different header files with same implementation of class in multiple source files

explicit specialization of class method - symbol already defined

pointer to function and ODR

std::make_unique, anonymous namespace and ODR

ODR violation in GCC 6.3.0 with types defined in two separate translation units

What am I allowed to do with a static, constexpr, in-class initialized data member?

Safe to pass empty variables by value, when they have no definition?