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
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
C++ equivalent of Rust's Result<T, E> type?
Nov 08, 2022
c++
boost
optional
c++17
option-type
Calling non-static member function outside of object's lifetime in C++17
Sep 04, 2022
c++
language-lawyer
c++17
c++20
order-of-execution
Is std::byte well defined?
Mar 04, 2019
c++
c++17
What determines whether a constexpr function is a constant expression?
Sep 04, 2022
c++
c++17
constexpr
New std::map::erase() signature C++17
Nov 01, 2022
c++
c++11
iterator
c++17
const-iterator
How similar are Boost.Filesystem and the C++ standard filesystem library?
Nov 20, 2022
c++
c++11
c++17
c++-standard-library
boost-filesystem
« Newer Entries
Older Entries »