Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it an ODR violation to have inconsistent noexcept in declaration?

Is it legal to cast a function to a pointer to a function of various kinds per C standard?

Calling function templates specialized in another translation unit [duplicate]

Is it well defined to cast to an identical layout with const members?

given an %hhu and an input 1025, which part is mapped to an unsigned char?

c scanf language-lawyer

Is pointer arithmetic on allocated storage UB?

Does IFNDR take precedence over diagnosable rule violations?

c++ language-lawyer

Does Meyers' singleton used with [[gnu::pure]] have UB?

c++ gcc clang language-lawyer

Why return-type 'cv' is ignored?

Assigning an unsigned value to a signed char

c language-lawyer

Did the Designers of Rust ever publicly say why the syntax of indexing an array is different to indexing a tuple?

Ambiguity in scope of for loop declaration versus body

Can not instantiate class as LHS value with qualified enum as argument (C++ VS2015)

Incomplete type works with gcc but not with clang and msvc

Conversion from nullptr_t to type with implicit conversion from std::function

c++ c++11 language-lawyer

MSVC 2008 error 'Type' is not a struct (although it is)

function template overload resolution with user defined conversion operator

Why can we use array of arrays in C?

arrays c language-lawyer

string::insert at end of string

c++ language-lawyer

Same name in typedef and using from a namespace