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
Variadic template only compiles when forward declared
Sep 13, 2022
c++
language-lawyer
c++17
variadic-templates
forward-declaration
Is this a bug? Constexpr constructor silently becomes non-constexpr
Oct 31, 2022
c++
language-lawyer
c++17
Will 'Guaranteed Copy Elision' (P0135, C++1z) potentially require ABI breakage?
Sep 05, 2022
c++
language-lawyer
abi
c++17
copy-elision
Is this a bug in std::gcd?
Mar 11, 2022
c++
language-lawyer
c++17
unsigned
libstdc++
Do the multiple postfix-expression(subscripting) evaluations result in UB
Aug 31, 2022
c++
c++17
language-lawyer
Will std::optional be a trivially copyable type if the contained type is a trivially copyable type
Oct 20, 2022
c++
c++17
Variadic deduction guide not taken by g++, taken by clang++ - who is correct?
Feb 18, 2022
c++
templates
variadic-templates
c++17
template-argument-deduction
Why can a strongly-typed enum be initialized with an integer without static_cast?
Sep 15, 2022
c++
enums
standards
c++17
type-safety
Is the move constructor called after invoking a conversion function?
Sep 15, 2022
c++
c++11
initialization
language-lawyer
c++17
Why do these two pieces of code using constexpr, __PRETTY_FUNCTION__ and char * have different results?
Sep 15, 2022
c++
gcc
c++17
constexpr
why declare constrexpr constructors for classes with non-trivial destructors (e.g. unique_ptr, std::variant)
Jun 07, 2019
c++
c++14
constexpr
c++17
Why does boost::filesystem::canonical() require the target path to exist?
Dec 21, 2018
c++
boost
boost-filesystem
c++17
Is it allowed to specialize a template with enums with the same integral value?
Jul 09, 2021
c++
language-lawyer
c++17
Deducing first template argument with other template parameters defaulted
Aug 23, 2022
c++
templates
language-lawyer
template-meta-programming
c++17
Does the behavior of guaranteed copy elision depend on existence of user-defined copy constructor?
Sep 15, 2022
c++
language-lawyer
c++17
copy-elision
gcc8
Continuous enum C++11
Oct 14, 2022
c++
c++11
c++14
c++17
c++20
What's the difference between a sentinel and an end iterator?
Sep 16, 2022
c++
iterator
range
sentinel
c++17
Build tuple from heterogeneous initializer list at function call
Mar 23, 2022
c++
initialization
tuples
c++17
aggregate-initialization
Is a std::string_view literal guaranteed to be null-terminated?
Aug 30, 2022
c++
string
c++17
standards
string-view
Member initialization for non-copyable variable in C++17
Sep 20, 2022
c++
initialization
language-lawyer
c++17
copy-elision
« Newer Entries
Older Entries »