Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why don't standard libraries implement std::atomic for structs under 8 bytes in a lock-free manner?

Object lifetime, in which situation is reused the storage?

Overloading structs with template call operator and generic lambdas - gcc vs clang

False-branch of if constexpr not discarded in templated lambda

Template template parameter and default values [duplicate]

g++ and clang++ different behaviour with template specialization for auto argument

Template argument deduction for an argument of a function type

Will std::experimental::optional<> support references?

Implementation of string_view formatted stream ouput

c++ c++17 string-view

Infinity not constexpr

c++ c++17

Using constexpr if instead of macros when writing platform dependent code?

c++ c++17

Copy/move elision requires explicit definition of copy/move constructors

Understand structured binding in C++17 by analogy

Why does `polymorphic_allocator` take a `memory_resource` pointer and not a reference?

Why Xcode 11 beta can't use C++17's <filesystem> header?

c++ xcode macos c++17

No <optional> in MS Visual Studio 2013 - what to do?

Questions about three constructors in std::variant's proposed interface

c++ variant c++17

How to use something like `std::basic_istream<std::byte>`

c++ io std c++17

What are the types of identifiers introduced by structured bindings in C++17?

Is std::is_trivially_copyable wrong?