Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Forwarding template taking precedence over overload

c++ language-lawyer c++17

Is this "elision failure" language-mandated?

Empty struct in C vs empty struct in C++

c++ c struct language-lawyer

Is the behavior of unsigned(-0.0) defined in C++?

C++14: can you call new in a constexpr?

const dependent names returned from template functions, where does const go?

Unexpected types from UINT32_C, UINTN_C

c language-lawyer

std::set iterator with same key and different comparators

Is `reinterpret_cast`ing between hardware SIMD vector pointer and the corresponding type an undefined behavior?

Comparator in collector in stream causes issues with type inference?

Infinite loop vs infinite recursion. Are both undefined?

Can pointers to different types have different binary representations?

Clojure: how is defn different from fn?

clojure language-lawyer

Is it legal C++ to declare a nested namespace `std`?

Why does the C++ standard's index have this entry for "undefined behavior"?

c++ c++11 language-lawyer

Macro Expansion: Argument with Commas

Why doesn't function declared inside other function participate in argument dependent lookup?

Could a class type with deleted default constructor be default initialized?

Sequence points - is this gcc warning a bug?

c++ c++17 language-lawyer

Anything in std::atomic is wait-free?