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
How to define a variant<x,y,z> extracting subtypes of a template parameter
Feb 27, 2026
c++
c++17
template-meta-programming
state-machine
variant
How to prevent function parameter conversion from value to reference type in C++17?
Feb 27, 2026
c++
c++17
Why does taking a function pointer to `operator new` compile in C++14, but not in C++17?
Feb 25, 2026
c++
c++17
c++14
operator-overloading
auto
How to compare the type in a constexpr?
Feb 27, 2026
c++
templates
c++17
What is the reason for the odd syntax of [[maybe_unused]] on type aliases?
Feb 26, 2026
c++
c++17
What is a better practice for initializing class members?
Feb 26, 2026
c++
c++17
What's the purpose of std::pmr::polymorphic_allocator?
Feb 24, 2026
c++
memory-management
c++17
c++pmr
Calling std::async twice without storing the returned std::future
Feb 24, 2026
c++
multithreading
asynchronous
c++17
language-lawyer
Copy elision for captured local variables in returned lambda
Feb 22, 2026
c++
c++17
copy-elision
How to suppress GCC compiler warning: inline variables are only available with -std=c++1z or -std=gnu++1z
Feb 22, 2026
gcc
g++
c++17
compiler-warnings
Strange behavior when calling std::invoke(std::forward(...)) with address-sanitization in a std::thread with a std::ref
Feb 22, 2026
c++
multithreading
c++17
move-semantics
How to use overload `operator==` in a `std::variant` wrapper class to make comparisons between Setting Vs Setting and T vs T?
Feb 22, 2026
c++
templates
operator-overloading
c++17
operator-keyword
How can I give two compatible names to a C++ class template with deduction guides?
Feb 20, 2026
c++
c++17
ctad
How to deduce second parameter type from first parameter?
Feb 20, 2026
c++
c++11
templates
lambda
c++17
Different noexcept property for std containers in different Compilers
Feb 19, 2026
c++
std
c++17
§12.3.2 [class.conv.fct]/1 in C++1z changed substantially in relation to C++14. Does it make sense?
Feb 19, 2026
c++
language-lawyer
c++14
c++17
'Attempt to dereference a past-the-end iterator' when sorting a vector of filesystem paths
Feb 18, 2026
c++
sorting
c++17
dereference
std-filesystem
Delayed update with proxy objects vs. "Avoid unnamed objects with custom construction and destruction"
Feb 17, 2026
c++
c++11
c++14
c++17
Older Entries »