Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why no transparent C++1x std::map::at?

Deallocation of memory when argument subexpression of new expression throws

Partial ordering of forwarding reference and normal reference with deduction guides

memory mapped files and pointers to volatile objects

What is (INT32_MIN + 1) when int32_t is an extended integer type and int is 32-bit one's complement standard integer type

Is std::string_view trivially copyable?

c++ language-lawyer c++17

strong enum typedef: clang bug or c++11 standard uncertainty?

Template Argument Deduction Failure and Function Parameters/Arguments Mismatch

Is it well-defined to use memset on a dynamic bool array?

C - Conversion behavior between two pointers

Partial specialization of templates over non-type literal parameters in C++20: clang and gcc disagree

C++ nested designated initializer with pointer

c++ language-lawyer c++20

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?