Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void foo(){
- alloca_allocator alc;
- std::vector<int, alloca_allocator> v(alc);
- foo1(v);
- foo2(v);
- foo3(v);
- for ( auto i : v ){
- print(i);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement