Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Does it violate the standard for a non-default-constuctible struct to lack a user-defined constructor?

Trailing padding in internal structure

c language-lawyer

When does the object returned by invisible() cease to be invisible?

r language-lawyer

Default function parameter value visible in template but it shouldn't (gcc)

c++ g++ language-lawyer

Definition different from declaration for constexpr static member [duplicate]

c++ c++11 language-lawyer

Incomplete type in friend function

Declaring variable with name `this` inside lambda inside parentheses leads to different results on 3 different compilers

c++ c++11 language-lawyer

Does T D[N] always declare an object of array type?

Ambiguous resolution with template conversion operator

Why does C++ not allow passing a void argument to a function having zero parameters?

Constructing (but not destucting) an object of a class with a deleted or non-user-provided private destructor

Access to own private constructors via derived class constructor inheritance

Compiler segfault during explicit template instantiation on clang 11

Compiler variance for ambiguous copy-assignment from empty-braces

Computing the address of an object from the address of one of its member subobject

Inner class, pimpl and a friend class - disagreeing compilers

Is it UB to cast away const and read value? [duplicate]

Can a terminate handler throw an exception?

Scope and Default Arguments in Template Declarations in C++ : Clarifying Standardese

Name lookup for local class members inside templates