Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What is return value from std::vector erase operator, according to the standard?

Why is const template parameter not a universal/forwarding reference

c++ c++11 language-lawyer

Why c++ template parameters should be declared as class type?

Defect report 1207

c++ c++11 language-lawyer

Is the behaviour of the compiler undefined, with Undefined Behaviour?

X().Y(Z()) and the order of evaluation in standard

Comma operator in C++11 (sequencing)

What's the type of 2d array's element in c and c++?

ISO c++ 15.3.10 : Why is this undefined behaviour?

c++ c++11 language-lawyer

Possible results of integer xor in C++

c++ c++11 language-lawyer

Is it legal to use template class name in derived class without template arguments?

Why ternary operator does not support blocks?

Where in the Standard does it say that the declaration `auto f()() ->int;` is not allowed?

c++ c++11 language-lawyer

Will a string initializer somewhat waste memory?

Does vector::erase reduce vector::capacity?

c++ vector language-lawyer

Why does this code print 1 2 2 and not the expected 3 3 1? [duplicate]

Is vector<bool> violating container requirements?

c++ language-lawyer

Value of int i = i ^ i ; Is it always zero or undefined behavior?

c++ language-lawyer

Why does C not offer syntactically transparent references like C++ and Java do?

c language-lawyer