List Question
20 TechQA 2024-03-21T17:42:35.273000Is a static variadic template friend function legal?
78 views
Asked by SupAl
why explicit specialization of a friend function is allowed?
65 views
Asked by tntnkn
Must a template friend operator overload precede a member function overload of the same operator?
54 views
Asked by Daniel Engel
C++ template friend class does not satisfy conceptual constraints because it is an incomplete type
116 views
Asked by gxglous
clang bug? Ambiguous function call compilation errors, yet there is no amiguity present
97 views
Asked by Gregor Hartl Watters
Why is a type alias not allowed to be a friend class name in C++?
125 views
Asked by xmllmx
Is there a way to add a friend class that is itself but with different template arguments?
57 views
Asked by dolmok
Question about Friend functions used in C++
91 views
Asked by Muhammad Ahsan
How to properly avoid circular dependency with friend method in C++?
99 views
Asked by Firegreat
Separating template friend function's declaration and definition
56 views
Asked by Ayka
CRTP: restrict access of Base class to some members of Derived class
140 views
Asked by francesco
Befriending specific specialization works in gcc and msvc but not in clang
121 views
Asked by Alan
Nested class friend function access works in gcc and clang but not in msvc
117 views
Asked by user12002570
Nested not templated class inside a template class C++
149 views
Asked by Jay
Linking error due to `<<` overload inside class nested within templated class
48 views
Asked by Gregor Hartl Watters
Why do I have `-Wunsupported-friend` warning when I compile friend function template?
69 views
Asked by myoldgrandpa
Are gcc and clang wrong to accept a friend function accessing a befriended class's private members?
76 views
Asked by bitmask
Why adding external dll in class library expected to be added in calling project?
33 views
Asked by Farhan Iqbal
Can friend function of a local class be defined in namespace scope?
129 views
Asked by Fedor
Can friend comparison operator be defined for a local class?
99 views
Asked by Fedor