Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
vector destruction - visual studio
//visual studio #include <iostream> #include <vector> struct A{ A(int i):i_(i){} ~A(){ std::cout << i_ << std::endl; } int i_; }; int main() { std::vector<A> a({0,1,2,3,4,5}); std::cout << "Destroy a " << std::endl; }
run
|
edit
|
history
|
help
0
#31
No UD
Hangman
hyy
Error with move capture of a const ref in a lambda function
Build char string (multibyte) with wchar
sample ptr and obj ex
Full System Specifications version 2
hangman
Test