Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Default move constructor taking a const parameter

Type of an enumerator in the declaration of its enum

Shifting unsigned int more than the size of it, undefined or not?

c language-lawyer

Overload resolution with method references and function interface specializations for primitive types

Optimizing out helper functions

Can std::transform or std::generate without ExecutionPolicy be parallel?

Barriers and synchronization points with non-atomic variables - data race?

C++ inline definition of friend function

c++ language-lawyer friend

How to ensure moving without impeding RVO?

c++ c++11 language-lawyer rvo

Why is std::ssize being forced to a minimum size for its signed size type?

c++ language-lawyer c++20

"Ambiguous conversion sequence" - what is the purpose of this concept?

Is cppreference using the term "[Object's] identity" is two different meanings for c++11 and for c++17?

what are the overload resolution rules of list-initialization

c++ c++11 language-lawyer

Templated delegating copy constructor in constant expressions

Is assigning to a union member from a different member in the same union defined by the C standard?

c language-lawyer

Can an injected class name be used as a type name in a friend declaration?

Declaring array size for dynamically allocated array with initializer list

Nested function template instantiation without forward declaration compiles on GCC but not on clang

c++ language-lawyer

Iterating with for .. in on a changing collection

Integer promotion, signed/unsigned, and printf