Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Determine if there is an overloaded function defined for a parameter of a specific type

c++ c++17

How effectively can function-local lambdas be inlined by C++ compilers?

Run-time check of integral conversion

c++ c++17

Different output with different optimization levels in GCC

gcc g++ c++17 sfml

return type deduction of recursive function

How does std::optional construct std::variant in place from initializer list?

c++ c++17

Transforming an array of int to integer_sequence

c++ c++17

SFINAE code to detect whether operator<< is implemented for a type behaves differently on Clang and gcc [duplicate]

Copy-assigning to a tuple from an iterator range in C++17

experimental::optional nullopt_t constructor

c++ optional c++17 option-type

std::experimental::optional<T> implementation: Constexpr constructor confusion

Is there a way to have a public member, unmodifiable from outside the class, without accessor wrapper function?

c++ c++17

Deduction guide for variadic template constructor fails

c++ gcc c++17

Comparison for objects derived from std::string_view is ambiguous in MSVC

Fixed point combinator and explicit result type

Overload ambiguity with std::function that takes an std::optional parameter

c++ c++17

Clang, std::next, libstdc++ and constexpr-ness

generic type alias, which are incompatible to each other

clang compiled program throws std::bad_any_cast during std::any_cast

c++ gcc casting clang c++17

What's the reallocation equivalent of std::aligned_alloc()?