Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-standard-library

What's the memory complexity of std::sort() and std::sort_heap()?

Why does not std::advance return the resulting iterator?

Why there is no std::free overload for const void*?

c++ c++-standard-library

Strength of the multi-pass guarantee for forward iterators

Android NDK pretty printing

Properly overload operator << in Boost.Log

Why can not I use operator[] for std::unordered_map<std::pair<int,int>, int> but for same key-value pair of `std::map`? [duplicate]

Is there a standard conforming way to write a portable ls utility in C++?

C++20 coroutines, std return type and state persistancy

Why does `std::promise::set_value` throw an error when invoked from the main thread?

Why does std::count return a signed integer? [duplicate]

different compare signature for std::upper_bound and std::lower_bound

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

Why do std::stof, std::stod, and std::stold handle errors with exceptions?

Complexity of std::unordered_set iterator traversal