Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

PyBind11 Global-Level Enum

c++11 enums pybind11

template template parameter of unknown type

c++ c++11 templates c++14

Deducing Multiple Parameter Packs

why memory_order_relaxed performance is the same as memory_order_seq_cst

c++ c++11

Branchless version of swapping x with y if x > y?

c++ c++11 optimization

C++ regex_search breaks when compiled with -O1 [duplicate]

c++ regex c++11 clang++

How to assign a vector of atomic types?

Move a range of elements between containers?

REPL / LINQpad / F# interactive alternative for C++0x?

Implicit conversions with std::function [duplicate]

Variadic typedefs, or "Bimaps done the C++0x way"

c++11 bimap

Is this code well defined?

Signature difference between lambda with/without captured variable?

lambda c++11

Exception propagation across threads?

c++ compiler that supports all c++11 concurrency features? [duplicate]

Use unique_ptr for ownership and raw pointer otherwise?

c++ c++11 unique-ptr ownership

Multithreading on Intel much slower than on AMD

Combining C++ standard algorithms by looping only once

c++ algorithm stl c++11 std

future composability, and boost::wait_for_all

C++ Standard Library Portability

c++ c++11 stl g++ portability