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
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
C++17 inline variable vs inline static variable
Feb 11, 2022
c++
c++17
c++ automatic template deduction fails for template argument
Sep 17, 2022
c++
c++17
Why doesn't void{} exist?
Aug 19, 2022
c++
c++17
How to find by a key of type std::wstring_view in std::unordered_map<std::wstring, T>?
Apr 13, 2022
c++
c++17
C++: Can't propagate polymorphic_allocator with scoped_allocator_adaptor
Feb 06, 2021
c++
boost
c++17
allocator
c++pmr
Why does using uniform initializer syntax result in different behavior to the "old" style ()?
Nov 17, 2022
c++
c++17
uniform-initialization
Same clang, different results for std::initializer_list program with -std=c++14/-std=c++17
May 06, 2022
c++
clang
language-lawyer
c++17
stdinitializerlist
Why can std::is_invocable not handle forwarding?
Sep 13, 2022
c++
c++17
perfect-forwarding
Do deduction guides require noexcept specifiers?
Dec 28, 2021
c++
templates
c++17
language-lawyer
deduction-guide
« Newer Entries
Older Entries »