Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why does std::condition_variable::wait_for() return with timeout if duration too large?

c++ c++11

'Clang-Tidy: Do not implicitly decay an array into a pointer' when using std::forward and const char*

c++ c++11 clang-tidy

template method "=0" in the parameter list

c++ c++11

Union cannot be defined in a type specifier

c++ c++11

Any way to make parameterized user defined literals?

c++ c++11 literals

Why am I using the deleted function 'void std::ref(const _Tp&&) [with _Tp = int]'

Is dynamic memory allocation in C++11 thread-safe?

about the type of raw pointer inside unique_ptr

c++ c++11 unique-ptr

Automatic Compare Layout of 2 Structs in C++

c++ c++11 c++14

Assigning different sized std::array

c++ arrays c++11 std

Why is select_on_container_copy_construction needed?

how does the std::heap __adjust_heap function work?

c++ c++11

Boost 1.70 io_service deprecation

c++ c++11 boost boost-asio

Using std::thread to call an overriden method from a derived class

c++ c++11 polymorphism

Trying to use lambda functions as predicate for condition_variable wait method

Binding boost::asio::steady_timer::async_wait

c++ c++11 boost boost-asio

How to get the longest string in a set of strings in c++

c++11 set

std::next with n > std::distance(it, c.end())

c++ c++11 stl

C++ constexpr function to test preprocessor macros

Getting weak pointer to derived class