Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Composite property object that inhibits multiple signal emissions when all subobjects are changed

c++ signals composite c++17

Why does this using another constant variable defined later qualify an expression as a non constant expression

Can a non-aggregate class with deleted constructors and destructor be ever instantiated?

Android NDK CMake uses C++17

std::string_view and std::string in std::unordered_set [duplicate]

Problem in GCC/C++17 with template template class

c++ templates gcc clang c++17

Why can std::apply call a lambda but not the equivalent template function?

c++ templates lambda c++17

Is it possible to automatically define a variable static or non-static depending on whether the initialization is constexpr?

c++ c++17

Status of ranges for C++1z? [closed]

c++ c++11 range standards c++17

c++ deduce the type of a nested exception

c++ c++11 exception c++14 c++17

[[maybe_unused]] on enumerator

Should deduction guide argument initialization considered by class template specialization deduction?

g++ c++17 class template argument deduction not working in a very specific case

How does guaranteed copy elision work in list-initialization in C++1z?

Constexpr lambda by default?

c++ lambda constexpr c++17

auto template parameters: g++ 7.3 vs clang++ 6.0 : Which compiler is correct?

c++ g++ clang++ c++17

Is there a way to detect if the current member function is operating on an lvalue or rvalue?

c++ c++17

Can we refer to member variables in a noexcept specification?

Generic comparison operator for structs

c++ c++17 stdtuple

Is there any sense to declare static global variable as inline?

c++ static c++17 global inline