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
An 'if constexpr branch' does not get discarded inside lambda that is inside a template function
Jan 13, 2022
c++
c++17
if-constexpr
Is decltype(auto) for a structured binding supposed to be a reference?
Apr 30, 2021
c++
language-lawyer
c++17
structured-bindings
Why doesn't a class having private constructor prevent inheriting from this class? How to control which classes can inherit from a certain base?
Aug 24, 2022
c++
c++11
inheritance
c++17
Self-initialization of a static constexpr variable, is it well-formed?
Sep 05, 2022
c++
language-lawyer
c++14
constexpr
c++17
Using std::variant with recursion, without using boost::recursive_wrapper
Oct 06, 2017
c++
boost
c++17
What is the C++17 equivalent to boost::filesystem::unique_path()?
Sep 05, 2022
c++
boost
c++17
boost-filesystem
std-filesystem
Can the "main" function be declared with the "noexcept" specifier?
Sep 05, 2022
c++
language-lawyer
main
c++17
noexcept
Why is this overload of a conversion operator chosen?
Feb 15, 2022
c++
language-lawyer
c++17
overload-resolution
Using std::visit on a class inheriting from std::variant - libstdc++ vs libc++
Dec 28, 2020
c++
language-lawyer
c++17
variant
How do I check if an std::variant can hold a certain type
Aug 27, 2022
c++
c++17
Return Optional value with ?: operator
Sep 05, 2022
c++
optional
c++17
Why does moving std::optional not reset state
Oct 06, 2022
c++
c++17
optional
option-type
Do we need to use std::launder when doing pointer arithmetic within a standard-layout object (e.g., with offsetof)?
Jun 17, 2021
c++
language-lawyer
c++17
offsetof
What is the purpose and usage of `memory_resource`?
Sep 05, 2022
c++
c++17
allocator
Using a filesystem::path, how do you open a file in a cross-platform way?
Sep 05, 2022
c++
c++17
Is void{} legal or not?
Sep 04, 2022
c++
language-lawyer
void
c++17
return-type-deduction
Class can't access its own private static constexpr method - Clang bug?
Dec 19, 2021
c++
language-lawyer
c++17
clang++
Why is there a dummy union member in some implementations of std::optional?
Sep 04, 2022
c++
c++17
optional
unions
option-type
How to determine whether to use <filesystem> or <experimental/filesystem>?
Nov 02, 2022
c++
filesystems
c++17
constexpr begin of a std::array
Aug 22, 2022
c++
c++17
constexpr
« Newer Entries
Older Entries »