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
std::visit a std::variant with overloaded free-function instead of function-object
Nov 02, 2025
c++
c++17
non-member-functions
std-variant
stdapply
How to add member function of template class only on specific types using type_traits | C++
Nov 03, 2025
c++
c++17
sfinae
`std::pmr::monotonic_buffer_resource`: why the `dynamic_cast`?
Nov 03, 2025
c++
c++17
dynamic-cast
allocator
How can I write a const propagating pointer type wrapper?
Nov 02, 2025
c++
c++17
std::invoke_result doesn't work in a template function with auto return type
Nov 02, 2025
c++
c++17
Compilation error while using reduce() and std::execution in C++
Nov 02, 2025
c++
c++17
Why is the copy not being elided for function arguments
Oct 31, 2025
c++
g++
c++17
Checking whether or not 2 types are comparable
Nov 01, 2025
c++
templates
c++17
type-traits
What are the requirements to make a lambda constexpr?
Oct 30, 2025
c++
lambda
c++17
constexpr
c++20
C++17 inline static member instantiation timing: Lazy instantiation or before main()?
Nov 01, 2025
c++
static
c++17
inline-variable
Is __STDCPP_DEFAULT_NEW_ALIGNMENT__ >= alignof(std::max_align_t)?
Oct 31, 2025
c++
c++17
language-lawyer
memory-alignment
Understanding the unique_ptr's constructor which takes a custom deleter
Nov 01, 2025
c++
templates
c++17
unique-ptr
type-deduction
CRTP base private constructor and derived friend class cause compilation error using C++17 and uniform initialization
Oct 31, 2025
c++
c++11
c++17
crtp
Data structure for efficient search
Oct 31, 2025
c++
data-structures
c++17
Are there hidden dangers to link libraries compiled with different C++ standard?
Oct 31, 2025
c++
c++17
c++14
std
Define a global variable template?
Oct 31, 2025
c++
c++17
global-variables
variable-templates
C++ Developer functions that can only be called by other developer functions
Oct 30, 2025
c++
c++17
Where can I find what std::launder really does? [duplicate]
Oct 29, 2025
c++
c++17
reinterpret-cast
pointer-aliasing
stdlaunder
Determining if a pack is empty or not
Oct 30, 2025
c++
templates
c++17
variadic-templates
template-meta-programming
Older Entries »