Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

While doing copy-elision, the compiler doesn't consider the copy constructor in overload resolution, when the move constructor is deleted. Why?

Is a class definition complete when it is passed to a base class?

c++ c++11 language-lawyer

Is the order of execution of operations in Javascript guaranteed to be the same at all times?

Specialization of inherited nested template class

Java 8 generics The method ... is not applicable for the arguments in Eclipse

dladdr: pointer-to-function vs pointer-to-object

c++ c pointers language-lawyer

Rationale for type traits checking triviality of class special functions

Why did they insist in using the `extern` specifier in the examples below?

Is it possible to use placement-new to change the type of a polymorphic object?

Is accessing members through offsetof well defined?

Strength of the multi-pass guarantee for forward iterators

Undefined behavior with pointer arithmetic on dynamically allocated memory

Why is the copy constructor not trivial just because there is a user defined destructor? [duplicate]

Lifetime extension of temporary by non-const reference using const-cast

JavaScript policy on global variables / the global namespace

Weird behaviour constexpr with std::initializer_list

Where are arguments positioned in the lexical environment?

Member access control for friend function defined inside class in C++

Type alias with same name as type

c++ language-lawyer alias

Overload resolution between constructors and conversion operators