Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Integer multiplication mod 2³² in Actionscript 3

C++ standard ambiguity

c++ language-lawyer

constexpr static template function: g++ error is a warning on clang

“Default member initializer needed within definition of enclosing class outside of member functions” - is my code ill-formed?

MSVC error C2593 when overloading const and non-const conversion operator returning array type

Lambda converted function pointer comparison

c++ lambda language-lawyer

Variadic template type deduction crashes compilers if there is a substitution on deducible type

Is object destruction reliable for cryptographic purposes?

c++ language-lawyer

Trying to understand templates and name lookup

Why can’t protected members be used by friends of derived classes?

Is calling a "noexcept function" through a "function" lvalue undefined?

Does the use a simple-template-id in a nested-name-specifier unambiguously mean a class template specialization?

What constructor should be called in return statement with curly braces?

c++ c++17 language-lawyer

Are both the keyword "typename" and "template" not necessary in this case?

c++ language-lawyer

Does C standard's FE_TONEAREST rounding mode guarantee that halfway ties are rounded to even?

An issue about instantiation context

c++ language-lawyer c++20

Why does std::totally_ordered<float> return true?

c++ language-lawyer c++20

Can we use va_arg with unions?

Is it safe to use temporary object as default argument in C++?

c++ language-lawyer

C++ Contiguous Sequence Concept