Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Redefinition inconsistency in clang between struct and int

Is accessing outer multidimensional array using reference to inner array defined in C?

c language-lawyer

Calling `std::shared_future<T>::wait` from multiple threads

Type conflicts in non-type template argument deduction

Can a compiler decide to ignore a missing typename on dependent type where it is still required by C++20?

Is the correct return type deduced with decltype(auto)?

Catching exceptions by `const` value in C++. Compilers diverge

Will copy constructor be run for this code?

Redefinition of deleted function of implicitly instantiated class

Why does Rust's standard library mark generic functions as #[inline]?

rust language-lawyer inline

How is this template specialization instantiated

Allowed characters as macro parameters in C

c macros language-lawyer

Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?

Why is using an identifier not in scope UB and not an error

new A[0]: Initialization of zero-size array with dynamic storage duration for a class with inaccessible constructor

Are there any difference in empty parentheses (“T()”) and empty braces (“T{}”) when used as initializers?

Conversion operator with const-result - GCC/Clang discrepancy

c++ language-lawyer

Constexpr call from within another constexpr