Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it legal to friend a function via a using declaration?

c++ language-lawyer

Are multiple mutations of the same variable within initializer lists undefined behavior pre C++11

Is this explicit template function specialization of a member template of a member template of a class template valid?

Template aliases and dependent names

G++ vs Clang : inconsistent behavior for constexpr and const

What is the definition of a "variable"?

Is a local class dependent if declared within a function template?

Value polymorphism and "generating an exception"

Is using std::time with std::srand valid code?

c++ language-lawyer

Overloading of template function in template class

Namespace having the same name as contained class, ok for gcc, not ok for clang

Why is this value downcast (static_cast to object type) allowed in C++20?

Does linking C with C++ avoid undefined behavior that is legal in C but not C++?

c++ c language-lawyer

Constexpr variable captured inside lambda loses its constexpr-ness

Legal definitions of main() in C++14

Why is casting from char to std::byte potentially undefined behavior?

c++ language-lawyer

What are the semantics of overlapping objects in C?

Clarification on difference in ODR rules for structs in C and C++

static_assert dependent on non-type template parameter (different behavior on gcc and clang)

Is numeric_limits<int>::is_modulo logically contradictory?

c++ c++11 language-lawyer