Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Correct behaviour of trivial statements involving expressions with volatile variables?

About cast in integer constant expression (in standard C)

c syntax c99 language-lawyer

Using a parameter's name inside its own default value - is it legal?

This code, why does it have to show undefined behavior?

strncpy(d, s, 0) with one-past pointer

c language-lawyer

Can't understand name lookup differences between an int and a user defined type - perhaps ADL related

Is it legal to optimize away stores/construction of volatile stack variables?

Why can't the compiler deduce auto template parameter unless I add const?

Where does the standard define that a volatile variable can change?

Can I dereference std::string.end()?

c++ string language-lawyer std

Function template overload resolution, dependent and non-dependent parameters

What are the rules for standard library containers and incomplete types?

Why does C++17 if statement with initializer not work as expected?

Pointer arithmetics and comparison within a structure

can rethrow_exception really throw the same exception object, rather than a copy?

c++ c++11 language-lawyer

clang++ fails but g++ succeeds on using a cast to const-unrelated-type operator in an assignment

Can I rely on the order of an unordered map?

Reinterpret struct with members of the same type as an array in a standard compliant way [duplicate]

Does the standard state that copies must be equivalent?

Are compilers allowed to evaluate tautologies in static assert [duplicate]