Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Is there any reason standard library implementations do not use asserts when compiling without -DNDEBUG and -O3?

c++ assert libstdc++ std

Why does the upcoming Ranges library not support container initialization from a range?

c++ iterator std c++20

OpenGL - terminate called after throwing an instance of '__gnu_cxx::recursive_init_error'?

c++ opengl std gnu

Sequential sequence containers OR How to pack vectors

c++ boost stl std

How do I support any_cast to cast a custom class to a string?

c++ std c++17

Reference to "class" is ambigous

c++ hash std

std::begin(X) vs. X.begin() for rvalues

How to use a single namespace across files?

c++ visual-c++ namespaces std

Why does std::logic_error not virtually inherit from std::exception?

c++ inheritance std

Specializations of std::size and std::empty do not match the template

c++ templates std c++17

In the C++ standard why is getenv defined but not setenv?

std::min_element returning unexpected result

c++ c++11 min std

Why std::vector does not have a release method?

c++ vector stl std allocator

How to most efficiently construct a std::string from char * with size

c++ std stdstring

Trouble in understading behaviour of std::transform

c++ std

Are std::optional members stored contiguously?

c++ std stdoptional

Passing the method of an abstract class as std::function

c++ lambda std

Thread safe C++ std::set that supports add, remove and iterators from multple threads

Both including and importing std

c++ std c++-modules