Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why is this pointer null

Variable iterating on itself - different behavior with different types

How does the number of braces affect uniform initialization?

Local reference to std::cout captured by lambda without asking for it

C++11: Why is private member template accessible outside class?

Access to constexpr variable inside lambda expression without capturing

Can Deduction Guide have an explicit(bool) specifier?

c++ language-lawyer c++20

Why is std::unique_ptr::reset() always noexcept?

Difference in the end of lifetime rules?

Do I need to cast to unsigned char before calling toupper(), tolower(), et al.?

Using void (*)() pointers for other functions

Is the order of writes to separate members of a volatile struct guaranteed to be preserved?

Is it safe to memset bool to 0?

c++ language-lawyer memset

Is `*((*(&array + 1)) - 1)` safe to use to get the last element of an automatic array?

c arrays language-lawyer

Is std::string guaranteed not to give back memory spontaneously?

Are symbols from the C standard library reserved in C++?

c++ c language-lawyer libc

Does UINT_MAX have all bits set to 1?

c++ c language-lawyer

Is this change in overload resolution between Clang 3.5 and 3.6 correct or a bug?

GCC and Clang template call resolution differences

c++ gcc clang language-lawyer

Understanding the C11 type hierarchy