Search code examples
Why do I get warnings both that a function is used but not defined and defined but not used?...


c++lambdag++compiler-warningsunnamed-namespace

Read More
Why should types be put in unnamed namespaces?...


c++unnamed-namespace

Read More
linkage of function with parameter from unnamed namespace...


c++linkageunnamed-namespace

Read More
Accessing the variable inside anonymous namespace (c++)...


c++staticanonymousunnamed-namespace

Read More
External linkage for name inside unnamed namespace...


c++c++14unnamed-namespace

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


c++staticglobal-variablesunnamed-namespacetranslation-unit

Read More
How to call a variadic template helper in anonymous namespace?...


c++c++11variadic-templatesunnamed-namespace

Read More
Two unnamed namespaces, defined in the same declarative region...


c++namespacesunnamed-namespace

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


c++one-definition-ruleunnamed-namespace

Read More
Restricting access loudly to a global variable defined in a namespace...


c++namespacesunnamed-namespace

Read More
C++ namespace resolution...


c++namespacesunnamed-namespace

Read More
Should unnamed namespace functions be avoided to reduce symbol table sizes?...


c++language-lawyersymbol-tableunnamed-namespace

Read More
BackNext