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
Why does an std::any_cast of a passed std::any inside a dlopen'd function raise an error
Jan 06, 2023
c++
scons
c++17
dlopen
stdany
C++17 class template deduction const-ness
Jan 06, 2023
c++
constants
c++17
class-template
gcc not_fn implementation: why does _Not_fn accept additional int parameter?
Jan 05, 2023
c++
gcc
c++17
libstdc++
Deducing the return type of an inline static member function in class definition
Jan 04, 2023
c++
c++17
return-type-deduction
Overload a method in a way that generates a compiler error when called with a temporary
Jan 04, 2023
c++
templates
c++14
c++17
rvalue
Recursive calculation of variable template value
Jan 03, 2023
c++
templates
c++14
c++17
How to properly implement a function with variadic number of std::string_view arguments?
Jan 03, 2023
c++
c++17
variadic-templates
variadic-functions
Partial template argument deduction or workaround for std::array?
Jan 04, 2023
c++
templates
c++17
stdarray
sorting vector<variant<...>> does not work correctly via operator<
Jan 04, 2023
c++
stl
c++17
Why std::bitset<5>{}[0] is not a constexpr?
Jan 03, 2023
c++
c++17
Compile-time loop optimisation
Jan 03, 2023
c++
c++11
gcc
c++17
constexpr
Enabling automatic deduction of template argument type based on that argument's default value
Jan 02, 2023
c++
templates
c++17
template-argument-deduction
Read File At Compile Time (constexpr or other)
Jan 03, 2023
c++
file-io
c++17
constexpr
How to initialize static array from std::integer_sequence?
Jan 03, 2023
c++
templates
c++17
std
std::begin - User-defined overloads not considered in type traits
Jan 03, 2023
c++
templates
c++17
typetraits
Can std::hash<std::string> return the same value for different strings?
Jan 03, 2023
c++
c++11
c++17
std::remove() works as expected with literal but not with dereferenced iterator
Jan 01, 2023
c++
c++17
Prefer std::string in std::variant<bool, std::string> for const char *
Jan 03, 2023
c++
type-conversion
c++17
implicit-conversion
variant
Why is std::array<T,N>::begin() a constexpr since C++17?
Jan 02, 2023
c++
c++17
constexpr
compile-time
Simplest way to pass a lambda as a method parameter in C++17
Jan 02, 2023
c++
c++17
« Newer Entries
Older Entries »