Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libstdc++

Using std::shared_ptr with clang++ and libstdc++

c++ shared-ptr clang libstdc++

std::throw_with_nested expects polymorphic type in C++11?

Disabling bounds checking for c++ vectors

c++ g++ libstdc++

Bug throwing exceptions with std::call_once

c++ c++11 libstdc++

GCC compatibility of shared libraries with STL objects in their interface

c++ gcc stl libstdc++

Does C++11 require allocators to be default constructible, libstdc++ and libc++ disagree?

g++ without libstdc++ - can it be done? - a very configurable lightweight libstdc++ where I can take stuff out easily would also do the trick

c++ libstdc++

Test whether libstdc++'s version uses a C++11-compliant std::string

c++ c++11 stdstring libstdc++

Segmentation fault in malloc_consolidate (malloc.c) that valgrind doesn't detect [duplicate]

Do I need to port std::move to my kernel?

c++ c++11 kernel libstdc++

Why does clang, using libstdc++, delete the explicitly defaulted constructor on a type containing std::optional?

Why does g++ still require -latomic

Where does the __1 symbol come from when using LLVM's libc++?

c++ symbols libstdc++ libc++

incomplete types with std::map and std::variant

SIGFPE when accessing unordered_map

c++ gcc clang libstdc++

Is the Java Native Interface (JNI) affected by C++ ABI compatibility issues?

Why doesn't GCC's std::function use rvalue references to arguments passed by value to pass them between its internal delegates?

`cosf`, `sinf`, etc. are not in `std` [duplicate]

c++ gcc libstdc++

libstdc++ parallel mode: Who's using it? Is it safe? Any similar projects? [closed]

C++11 random number distributions are not consistent across platforms -- what alternatives are there?

c++ c++11 boost random libstdc++