Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why does Visual Studio 2017 shows me error, when I use std::wstring?

c++ visual-studio-2017 std

Can I include iostream header file into custom namespace? [closed]

c++ namespaces std

How does libc++'s std::is_literal_type work?

c++ c++17 std libc++

__nat class in clang standard libary

c++ clang std shared-ptr