flat icon indicating copy to clipboard operation
flat copied to clipboard

Flat containers for C++

Results 1 flat issues
Sort by recently updated
recently updated
newest added

Due to the (admittedly braindead) `std::vector` implementation : #include fc::vector_set* set_a; void foo() { set_a->find(true); } $ clang++ -Wreturn-stack-address wtf.cpp -Ipath/to/flat/include In file included from wtf.cpp:1: In file included from...