Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it defined behavior to use placement new to change type of variable that is held by reference_wrapper?

Why can I goto into the scope of a alloca:d variable, but not a variable length array?

Function argument binding rules for passing an array by reference vs passing pointer

Declaring a member function with a typedef coming from a metafunction

c++ language-lawyer c++17

Actual implementation of EOF different from -1

c posix language-lawyer eof

Is initializing a pointer declarator with an invalid pointer undefined behavior?

Does std::vector::assign/std::vector::operator=(const&) guarantee to reuse the buffer in `this`?

inline function in different translation units with different compiler flags undefined behaviour?

Calling methods of temporary objects created using class template argument deduction [duplicate]

Is assignment of std::array from braced list of values allowed in c++?

Constexpr pointer to data member conversion

C++ Unexpected Integer Promotion

Strange behavior of noexcept specifier in C++14

How to use Intel TSX with C++ memory model?

Three-way operator <=> return struct with implicit conversion function

Why do fields in non-mutable lambdas use "const" when capturing const values or const references?

Which is the most specialized function template in the context of taking the address?

c++ language-lawyer

Identity of unnamed enums with no enumerators

c++ language-lawyer

If Derived adds no new members to Base (and is POD), then what kind of pointer casts, and dereferencing, can be safely done?

Interoperability of types in C and C++