EN VI
Posts (0)
Questions (2)
2024-03-13 21:00:12
Because of how template argument deduction is specified (see: https://en.cppreference.com/w/cpp/language/template_argument_deduction#Conversion_function_template, Implications of conversion function t...
Tags: c++ c++17 clang++
2024-03-14 01:00:08
This code snippet Foo x; Foo other; if constexpr (std::is_copy_assignable_v) { other = x; } is pesent in a non-template function. So the compiler checks the validaty of the code. On the other han...
Tags: c++ c++17 type-traits

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login