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
Why doesn't an if constexpr make this core constant expression error disappear?
Aug 30, 2022
c++
language-lawyer
c++17
constexpr
if-constexpr
Why does const auto &p{nullptr} work while auto *p{nullptr} doesn't in C++17?
Oct 26, 2022
c++
c++17
auto
nullptr
std::ptr_fun replacement for c++17
Mar 18, 2022
c++
c++17
Lambda passed to template not defined
Sep 11, 2022
c++
templates
lambda
c++17
Correctly propagating a `decltype(auto)` variable from a function
Sep 05, 2022
c++
c++17
auto
copy-elision
decltype-auto
Constructor conditionally marked explicit
Oct 15, 2022
c++
c++17
Contiguous iterator detection
Sep 03, 2021
c++
iterator
c++17
c++20
iterator-traits
Should reading negative into unsigned fail via std::cin (gcc, clang disagree)?
Aug 13, 2022
c++
language-lawyer
c++17
cin
c++-standard-library
Compile-time reflection in C++1z? [closed]
Jul 16, 2018
c++
reflection
standard-library
c++17
How to enable C++17 on Mac?
Sep 02, 2022
c++
macos
clang
c++17
darwin
C++17 lambda capture *this
Sep 15, 2022
c++
lambda
c++17
c++-faq
What do we need std::as_const() for?
Sep 07, 2022
c++
constants
c++17
typetraits
rationale
Why does aggregate initialization not work anymore since C++20 if a constructor is explicitly defaulted or deleted?
Sep 02, 2022
c++
c++17
backwards-compatibility
c++20
Local reference to std::cout captured by lambda without asking for it
Dec 26, 2021
c++
lambda
language-lawyer
c++17
How to check if a pointer points to a properly aligned memory location?
Sep 16, 2022
c++
c++11
c++14
memory-alignment
c++17
std::function with noexcept in C++17
Sep 02, 2022
c++
function
c++17
noexcept
How to make a safer C++ variant visitor, similar to switch statements?
Sep 02, 2022
c++
switch-statement
c++17
variant
visitor-pattern
Access to constexpr variable inside lambda expression without capturing
Sep 02, 2022
c++
lambda
language-lawyer
c++17
constexpr
Why does returning a std::optional sometimes move and sometimes copy?
Sep 02, 2022
c++
c++17
return-value-optimization
Is there a reason to use std::conjunction/std::disjunction instead of a fold expression over "&&"/"||"?
Jan 12, 2021
c++
c++17
variadic-templates
fold-expression
« Newer Entries
Older Entries »