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 silence gcc warning against c++17 features?
Mar 11, 2023
c++
gcc
c++17
Why does std::get not have a single signature that accepts a forwarding reference
Mar 10, 2023
c++
c++11
c++14
c++17
stdtuple
C++17 template deduction guide not used for empty parameter set?
Mar 11, 2023
c++
templates
c++17
template-argument-deduction
Idiomatically split a string_view
Mar 10, 2023
c++
c++17
string-view
disable branch with "if constexpr" and SFINAE
Mar 09, 2023
c++
c++17
constexpr
sfinae
if-constexpr
trailing return type of deduction guide is not a specialization
Mar 09, 2023
c++
templates
c++17
Is it possible to invoke a variadic template function without explicit specialization?
Mar 09, 2023
c++
templates
variadic-templates
c++17
How to make lambdas work with std::nullopt
Mar 08, 2023
c++
lambda
c++17
return-type-deduction
Template class instantiation without angular brackets
Mar 08, 2023
c++
templates
language-lawyer
c++17
template-argument-deduction
DLL exporting causing issues with unique pointers
Mar 08, 2023
c++
stl
c++14
c++17
dllexport
Can you initialise "static const vectors" of unique_ptrs? (C++17 with GCC 7.3)
Mar 08, 2023
c++
gcc
stl
c++17
Why does `std::unary_function` still compile in c++17?
Mar 08, 2023
c++
g++
c++17
Is it possible to avoid the need for copy/move constructors in the following code?
Mar 08, 2023
c++
templates
c++17
variadic-templates
Variadic template for multidimensional std::array
Mar 08, 2023
c++
c++17
generic-programming
How to write a generic trait to match T::value_type against other traits? [closed]
Mar 07, 2023
c++
c++17
Explicit match of template template arguments
Mar 06, 2023
c++
c++14
c++17
template-argument-deduction
template-templates
Template Specialization with Default Value
Mar 05, 2023
c++
c++11
c++14
c++17
template-meta-programming
Different behaviour of my type_trait in templated/non-templated code
Mar 06, 2023
c++
c++17
typetraits
Is it safe to call size() method on moved-from vector? [duplicate]
Mar 05, 2023
c++
c++17
stdvector
move-semantics
Static multidimensional array, dimensionality definition at compile time
Mar 06, 2023
c++
arrays
c++17
compile-time
Older Entries »