Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What is top-level in C++?

c++ c++11 language-lawyer

Why does defining an empty copy ctor beside a deleted default ctor make a value initialization with empty list fail?

Is using same parameter name and member name valid

How is the initialization below well-formed?

Struct offsets and pointer safety in C++

C++ Using lambda for implicit constructor call expecting a function pointer

Extending lifetime of std::tuple<int&,int> by assigning it to const std::tuple<int, int>&

c++ language-lawyer

Does the standard guarantee that uint8_t, int8_t, and char are all unique types?

Can C++ compiler assume a const bool & value will not change?

Declaration and declaration with definition. Why is this not allowed?

Double standard? Why only a warning for char* const& a = "bla"?

Prevent pointer from being passed as array

Why did python choose commas over parenthesis in tuple design?

Defining a function with different signature

c++ language-lawyer

Byte-for-byte copies of types in C++11?

4th bullet point in iso 12.1 p5 doesn't make sense to me

'() vs () in Common Lisp

Why compiler doesn't give error when typedef const pointer is used with extra const?

lone declaration in if statement?

Adding template specialization in std namespace

c++ stl language-lawyer