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
Clang Modules interaction with std <iterator> and <boost/move/iterator.hpp>
May 04, 2022
c++
boost
clang++
c++17
c++-modules
c++17 efficiently multiply parameter pack arguments with std::array elements
Dec 27, 2021
c++
templates
c++17
Reference initialization and constant expressions
Aug 27, 2022
c++
language-lawyer
c++17
Why does GCC diagnose a unused variable for structured bindings while Clang doesn't?
Jun 29, 2021
c++
gcc
language-lawyer
c++17
structured-bindings
Check whether an object derived from enable_shared_from_this is managed by shared_ptr?
Oct 21, 2021
c++
c++11
c++17
shared-ptr
Using std::filesystem::path to convert between separator types
Sep 06, 2022
c++
c++17
C++ Variant: Why does Converting constructor require sizeof...(Types) to be nonzero
Mar 05, 2021
c++
c++17
Forward declaration of a class nested in in a class template, is it legal?
Sep 13, 2022
c++
templates
c++14
language-lawyer
c++17
Why does `std::for_each_n` not compile?
Sep 12, 2022
c++
c++17
warning: object backing the pointer will be destroyed at the end of the full-expression for std::pair
Aug 30, 2022
c++
c++17
stdstring
temporary
string-view
Is reading a variable outside its lifetime during constant evaluation diagnosable?
Sep 05, 2022
c++
c++17
language-lawyer
constexpr
In C++17 can an if statement with an initializer be used to unpack an optional?
Sep 06, 2022
c++
c++17
stdoptional
How many types can std::variant define?
Jan 16, 2018
c++
variant
c++17
Why does the const rvalue qualified std::optional::value() return a const rvalue reference?
Nov 06, 2022
c++
c++17
rvalue-reference
stdoptional
Clang can't compile programs using the <functional> header anymore
May 30, 2018
c++
stl
clang
c++17
[expr.unary.op]/9 seems to imply that the `operator !()` could not be applied to the type A below. But compilers disagree with that
Feb 10, 2022
c++
language-lawyer
c++17
unary-operator
apple llvm 9.0 can not use flag c++17
Oct 18, 2022
xcode
llvm
c++17
clang++
When overloading a function with multiple inheritance, GCC says calling it is ambiguous, but Clang and MSVC do not
Mar 19, 2020
c++
g++
c++17
clang++
C++ 17 compatability with Python 2.7
Jul 08, 2019
python
c++
python-2.7
c++17
Template deduction for default template argument
Mar 01, 2022
c++
c++17
« Newer Entries
Older Entries »