Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How does the Standard support this call of a pure virtual function in the base class S?

How to make these std::function parameters unambiguous?

When creating a C style header, is it ABI compatible to switch between enum and enum class?

c++ c c++11

The argument of the nan() function

c++ c++11 floating-point nan

How to properly return large data from a std::future in c++11

std::pair in lambda expression

c++ c++11 lambda

Local function template in cpp file: should I make it static?

c++ c++11 templates

Replacing data with range-v3

c++ c++11 c++14 range-v3

std::set of std::weak_ptr insert and remove

c++11 smart-pointers

move constructor is not getting called when I am calling constructor explicitly as a parameter

c++ c++11

push back multiple types of data in a vector in c++

c++ c++11 vector

How to combine two vectors containing std::unique_ptr?

c++ pointers c++11 vector stl

*** stack smashing detected ***: <unknown> terminated Aborted (core dumped) Error only occurring sometimes?

c++ c++11 buffer-overflow

C++11 chained construction compliance in g++

c++ g++ c++11

Modern practice to compare double/float for equality in modern C++ [duplicate]

c++ c++11 floating-point

Building R package with C++11 & Rcpp on Windows

windows r c++11 mingw rcpp

Accessing std::map with custom struct as key type causes strange behaviour

c++ c++11 stl

SFINAE: Enable class constructor

MinGW 5.3.0-2 not working

Shared pointers and constness of pointed-to object

c++ boost c++11