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
How can I intentionally discard a [[nodiscard]] return value?
Oct 24, 2022
c++
c++17
nodiscard
How do I iterate equal values with the standard library?
Oct 23, 2022
c++
algorithm
c++17
c++-standard-library
iterator-range
When should I use [[maybe_unused]]?
Feb 12, 2022
c++
c++17
Constexpr if with a non-bool condition
Aug 30, 2022
c++
language-lawyer
c++17
implicit-conversion
compiler-bug
How you convert a std::string_view to a const char*?
Nov 16, 2022
c++
string
c++17
string-view
Can non-type template parameters in c++17 be decltype(auto)?
Sep 05, 2021
c++
templates
language-lawyer
c++17
How do I build gcc with C++ concepts ("concepts lite") support?
Nov 06, 2022
c++
g++
generic-programming
c++-concepts
c++17
More silent behaviour changes with C++20 three-way comparison
Aug 29, 2022
c++
c++17
c++20
stdtuple
spaceship-operator
What is a fully qualified name?
Aug 19, 2022
c++
language-lawyer
c++17
Should I compare a std::string to "string" or "string"s?
Sep 11, 2022
c++
c++14
c++17
string-comparison
string-literals
Why is std::iterator deprecated?
Aug 29, 2022
c++
c++17
VS2017: E0135 namespace "std" has no member "filesystem"
Jan 19, 2022
visual-studio-2017
c++17
std-filesystem
structured binding with [[maybe_unused]]
Sep 13, 2022
c++
c++17
structured-bindings
std::optional - construct empty with {} or std::nullopt?
Oct 06, 2022
c++
c++17
optional
option-type
How to assert that a constexpr if else clause never happen?
Aug 29, 2022
c++
c++17
Make a function accepting an optional to accept a non-optional?
Sep 17, 2022
c++
templates
c++17
optional
template-argument-deduction
option-type
Use of observer_ptr
May 01, 2021
c++
smart-pointers
c++17
Does the C++ standard guarantee that uniform initialization is exception-safe?
Jan 03, 2018
c++
exception
gcc
c++17
uniform-initialization
Is there any reason to use std::map::emplace() instead of try_emplace() in C++1z?
Aug 28, 2022
c++
c++17
Why doesn't `std::stringstream::stringstream(std::string&&)` exist?
Aug 28, 2022
c++
c++17
move-semantics
stringstream
rvalue-reference
« Newer Entries
Older Entries »