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
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
Why can't fold expressions appear in a constant expression?
Apr 01, 2022
c++
c++17
std::stable_sort: How to choose memory-optimised algorithm over time-optimised algorithm?
Mar 31, 2022
c++
sorting
std
c++17
stable-sort
std::pair<auto, auto> return type
Sep 16, 2022
c++
c++17
constexpr
auto
std-pair
Why does std::optional::operator=(U&&) require U to be a non-scalar type?
Sep 15, 2022
c++
language-lawyer
c++17
optional
What are the differences between std::variant and boost::variant?
Nov 12, 2022
c++
boost
c++17
variant
boost-variant
string constructor taking two char* into another std::string works in c++14 but not c++17
Feb 09, 2022
c++
c++14
c++17
(v) is actually (*&v) since when?
Sep 15, 2022
c++
c++11
c++14
c++17
do I put [[maybe unused]] on function declarations or definitions?
Sep 15, 2022
c++
gcc
clang
pragma
c++17
« Newer Entries
Older Entries »