Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Where in the C++ Standard does it say that the definition of a const built-in type variable must be initialized?

c++ language-lawyer

Why is it possible to use unquote-splicing on a non-list at the end of a quasiquoted list?

Sequence points when calling functions in C and undefined/unspecified behaviour

c++: Is the behavior of string::find for empty input string well defined

c++ string language-lawyer

Why does the C++ standard require compilers to ignore calls to convertion operators for base types?

Does Stream.sorted().forEach() work as intended? [duplicate]

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?