Search code examples
Multiple definitions of same function in C++...


c++linuxldone-definition-rulemultiple-definition-error

Read More
Using scipy.odr to fit curve...


error-handlingscipycurve-fittingone-definition-rule

Read More
Why isn't the one definition rule abandoned for C++17?...


c++c++17one-definition-rule

Read More
Does the comma operator odr-use its arguments?...


c++language-lawyerone-definition-rule

Read More
Why does explicit template instantiation not break ODR?...


c++one-definition-ruleexplicit-instantiation

Read More
(ODR-use question) priority_queue of identically named structs in different files...


c++g++one-definition-rule

Read More
Is static constexpr variable odr-used?...


c++c++14one-definition-rule

Read More
Inlining Template Specialization...


c++inlinetemplate-specializationone-definition-ruletemplate-function

Read More
emplace_back causes link error on static constexpr member...


c++language-lawyerc++17constexprone-definition-rule

Read More
Doesn't std::piecewise_construct cause a ODR violation?...


c++c++11constexprlinkageone-definition-rule

Read More
What is the intention of ODR?...


c++language-designlinkageone-definition-rule

Read More
Can using a lambda in header files violate the ODR?...


c++c++11lambdalanguage-lawyerone-definition-rule

Read More
explicit specialization of class method - symbol already defined...


c++templateslinker-errorsexplicit-specializationone-definition-rule

Read More
Equivalence of static function for methods...


c++inlineone-definition-rule

Read More
Why doesn't the linker emit an error in the code below?...


c++language-lawyerone-definition-rule

Read More
Is it correct to say that the compiler can replace the expression `a->i` below by its value 1 bec...


c++language-lawyerone-definition-rule

Read More
odr-used rule does not apply in visual studio...


c++c++11one-definition-rule

Read More
Do C++ modules make ODR violations absent?...


c++one-definition-rulec++-modules

Read More
Potential evaluation of inline function bodies and instantiation of template members...


c++c++11language-lawyerinline-functionsone-definition-rule

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


c++compilationg++one-definition-rule

Read More
Redeclaration of global variable vs local variable...


cdeclarationdefinitionredefinitionone-definition-rule

Read More
Where should the definition of an explicit specialization of a class template be placed in C++?...


c++templateslanguage-lawyerstandardsone-definition-rule

Read More
Why non-template classes should be separated in header and source files?...


c++templatesheaderlinkerone-definition-rule

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


c++c++11c++14externone-definition-rule

Read More
clang - how to declare a static const int in header file?...


c++11staticclangconstantsone-definition-rule

Read More
Why One Definition Rule, not One Declaration Rule?...


c++cone-definition-rule

Read More
Declaring the same variables name within a given same scope in C++...


c++variablesstorageone-definition-rule

Read More
Template trick to define a global array in the header...


c++global-variablesheader-filesone-definition-rule

Read More
undefined reference to const int within shared_ptr...


c++c++17definitionconstexprone-definition-rule

Read More
How to define a class in a source file and declare it in a header file (without having to define the...


c++classheader-filesdeclarationone-definition-rule

Read More
BackNext