Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Vector difference while preserving order

Shall we use noexcept everywhere in this case?

Is it safe to pass C++11 std::function to a legacy function that takes boost::function

When do C and C++-compilers convert or promote a float to double, implicitly?

c++ c c++11 compilation

std::chrono for frequencies?

c++ c++11 c++-chrono

Is there any advantage to using a naked pointer rather than a weak_ptr?

Under what circumstances can operator[] for std::map return 0?

c++ c++11 llvm

What's an alternative to traits for selecting between two different named functions?

How to initialize a list of std::vector's values in C++11?

c++ c++11 vector stdvector

C++ Why does error "no matching function" appear when it 100% looks like they match?

how std::thread constructor detects rvalue reference?

C++ language feature to simplify naming types (especially in function declarations)

c++ c++11 typedef auto

OS X libc++ std::uniform_real_distribution bug

c++ c++11 random libc++

smart_ptr to attribute of class segfault

Placement New and Perfect Forwarding

c++ c++11

How to make an array's derived type accept aggregate initialization?

Constructing a constexpr std::weak_ptr

Is a C++ functor a functor in the sense of category theory?

c++11 category-theory

omit std::placeholders in std::bind

c++ c++11 std-function stdbind

Try-catch doesn't work in shared library?