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
Can I avoid explicitly writing a constructor for each struct in a std::variant?
Nov 12, 2022
c++
c++17
variant
aggregate-initialization
Is it guaranteed that template template parameter invoke user provided deduction guides
Oct 05, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
deduction guides and injected class names
Sep 15, 2022
c++
c++17
type-deduction
Using automatic deduction with unique_ptr and custom deleter
Aug 27, 2022
c++
c++17
unique-ptr
type-deduction
constexpr function with unused reference argument – gcc vs clang
Apr 25, 2022
c++
templates
language-lawyer
c++17
constexpr
Calling FFTW's in-place real-to-complex transform without violating strict aliasing rules
Mar 09, 2022
c++
gcc
c++17
fftw
strict-aliasing
C++17 split constexpr string on comma and have the number of elements at compile time?
May 20, 2022
c++
c++17
metaprogramming
Why is default noexcept move constructor being accepted?
Sep 14, 2022
c++
c++17
language-lawyer
default-constructor
noexcept
C++17 PMR:: Set number of blocks and their size in a unsynchronized_pool_resource
Mar 17, 2022
c++
memory-management
c++17
c++pmr
Using `void_t` to detect multiple inheritance type repetition errors
Mar 07, 2019
c++
templates
sfinae
c++17
variadic-functions
Do std::tuple and std::pair support aggregate initialization?
Sep 05, 2022
c++
tuples
aggregate
std-pair
c++17
Is noexcept deduction allowed in class template partial specialization?
Jul 21, 2018
c++
language-lawyer
c++17
typetraits
Is there any way to trace any compiler's template argument deduction?
Sep 07, 2022
c++
c++14
c++17
Does anything prevent std::optional::value_or() from being conditionally noexcept?
Apr 21, 2022
c++
language-lawyer
c++17
noexcept
stdoptional
How to replace dynamic exception specifications: throw(...)
Sep 05, 2022
c++
exception
c++17
throw
Objects of a class that does not have operator ==() are converted to another type
Sep 03, 2022
c++
c++17
`noexcept` behavior of `constexpr` functions
Sep 14, 2022
c++
c++17
language-lawyer
constexpr
noexcept
Multiple std::variant visit with variadic templated helper
May 06, 2022
c++
templates
c++17
variadic-templates
Using template alias over template
Sep 16, 2022
c++
templates
c++17
In requires parameter lists, can you introduce types that result in substitution failures?
Dec 20, 2018
c++
c++17
c++-concepts
« Newer Entries
Older Entries »