Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

CRTP with reinterpret_cast into target class

c++ language-lawyer c++17 crtp

range based for used for primitive type

c++ c++14 language-lawyer

C++ lookup for dependent names

Using offsetof for template classes

Catch exception by const reference and cast away const

Aliasing accesses through a std::bit_cast()ed pointer

Impossible implicit move operations?

Is modifying non-mutable member of non-const object in const method Undefined Behaviour?

I'd like to see one example where the conversion-type-id is looked up in the context of the entire postfix-expression

Compilation error with GCC when brace-init.ing an instance of a vector of move-only type with templated constructor with another one

implicit conversion sequence in function overloading

Is a forward declaration within a using statement standard conformant? [duplicate]

c++ language-lawyer

GCC and MSVC accept "alignas" whereas Clang rejects it

c++ language-lawyer

UML Ports and Interfaces

language-lawyer uml ocl

Can all bits 0 be a trap representation for integers?

printf with multiple pointers as arguments in C

Can an union's destructor be trivial?