Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++17
decltype for materialized prvalues member access behaves incorrectly
Jul 03, 2026
c++
language-lawyer
c++17
Whats is proper version of llvm/clang/xcode?
Jul 03, 2026
xcode
clang
llvm
c++17
llvm-clang
mimic "if constexpr" behavior, impossible?
Jul 02, 2026
c++
templates
if-statement
constexpr
c++17
Why is std::is_constructible not true for a trivial aggregate type?
Jul 03, 2026
c++
c++17
language-lawyer
c++20
aggregate-initialization
inconsistent treatment of class template with defaulted argument as template template class argument of smaller arity [duplicate]
Jul 02, 2026
c++
templates
c++17
language-lawyer
template-meta-programming
Creating a structure with an expanded index sequence
Jul 01, 2026
c++
c++17
variadic-templates
template-meta-programming
index-sequence
Introduced intermediate variable in structured binding definition?
Jul 01, 2026
c++
c++17
language-lawyer
structured-bindings
What are the rules for unpacking array elements to multiple variables in C++?
Jul 01, 2026
c++
c++17
structured-bindings
Nested call of variadic methods with an additional non-type template parameter of class templates [duplicate]
Jul 01, 2026
c++
compiler-errors
c++17
variadic-functions
class-template
Using automatic conversion in Pybind11
Jun 30, 2026
c++
python-3.x
c++17
pybind11
Is there a way to use boost::equality_comparable with aggregates without messing up the initialization syntax?
Jun 30, 2026
c++
boost
c++17
aggregate-initialization
In a template argument, what rules allow the compiler to infer the number of items of an array?
Jun 29, 2026
c++
c++11
templates
c++17
language-lawyer
How to properly handle windows paths with the long path prefix with std::filesystem::path
Jun 30, 2026
c++
windows
c++17
std-filesystem
long-path
How to iterate over a list of smart pointers?
Jun 28, 2026
c++
c++17
smart-pointers
range-based-loop
Can you achieve fn(x1 ^ fn(x0)) with a fold expression?
Jun 28, 2026
c++
templates
c++17
variadic-templates
fold-expression
Can a C++ compiler perform RVO for a named const variable used for the return value?
Jun 27, 2026
c++
c++17
return-value-optimization
nrvo
C++20 converting between string/u8string and string_view/u8string_view
Jun 28, 2026
c++
c++17
c++20
How do I support any_cast to cast a custom class to a string?
Jun 28, 2026
c++
std
c++17
How to get chrono time_point from year, month, day, hour, minute, second, millisecond?
Jun 27, 2026
c++
c++17
c++-chrono
Determine the parameter types of a function passed as a template parameter
Jun 27, 2026
c++
templates
c++17
template-specialization
Older Entries »