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
Does guaranteed copy elision work with function parameters?
Aug 31, 2022
c++
copy-constructor
c++17
object-lifetime
copy-elision
Call non constexpr from constexpr template function
Oct 18, 2022
c++
templates
gcc
constexpr
c++17
c++17 making std::variant by generating cartesian product of pre-declared lists of types
May 17, 2021
c++
templates
variadic-templates
c++17
template-meta-programming
Why is this direct initialization valid? (C++ 17)
Sep 08, 2022
c++
initialization
language-lawyer
c++17
Initialize a C++ struct like an array of unknown bound at compile time
Jun 10, 2022
c++
templates
c++17
variadic-templates
How to get non-member get<N> to work for custom class in a namespace [C++17]
Mar 08, 2022
c++
std
c++17
stdtuple
Clang claims constexpr member of generic lambda argument is not constexpr
Jun 10, 2022
c++
c++17
variant
generic-lambda
Why does enable_if<>* = nullptr work when enable_if<> = void doesn't?
Nov 05, 2022
c++
templates
c++17
enable-if
Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>
Dec 21, 2021
c++
casting
c++17
shared-ptr
Default constructor expression and lvalues
Sep 05, 2022
c++
language-lawyer
c++17
rvalue
copy-assignment
Compile-Time Base64 Decoding in C++
Nov 02, 2022
c++
c++17
constexpr
compile-time
A question about name lookup with friend function
Aug 31, 2022
c++
c++17
language-lawyer
friend
name-lookup
Is it safe to return a static string_view created from a string literal?
Sep 05, 2022
c++
c++17
constexpr
string-literals
string-view
Multi-dimension array template with dimension deduction
Sep 28, 2022
c++
templates
multidimensional-array
c++17
deduction-guide
Why can't I create a std::string_view from std::string iterators?
Sep 14, 2022
c++
c++17
stdstring
string-view
Recursively defining and visiting a `boost::variant` using an `std::vector` containing an incomplete type - libstdc++ vs libc++
Nov 28, 2021
c++
boost
c++17
libc++
boost-variant
std::optional<std::reference_wrapper<T>> - is it OK?
Jun 19, 2022
c++
optional
c++17
reference-wrapper
How to define a class that can save variadic template arguments?
Nov 11, 2022
c++
class
variadic-templates
definition
c++17
C++17 support Eclipse Neon
Jul 25, 2022
c++
eclipse-cdt
c++17
How do I get a code point literal in utf8
Mar 16, 2022
c++
utf-8
c++17
« Newer Entries
Older Entries »