User profile: Aaron Vienneau

User info
User name:Aaron Vienneau
Old user name:Riot
Name:Aaron Vienneau
Statistical data
Birthdate:Aug 25, 1991
Gender:Male
Occupation:Support
Skills:C++
History
Joined:
Number of posts:211
Latest posts:

bad_weak_ptr when using shared_from_this in ctor
Thanks! Good point about having no control over the objects allocation...

bad_weak_ptr when using shared_from_this in ctor
Hi, When I run the example program below (just a MVP of my actual issue), I get a bad_weak_ptr ex...

Question regarding boost::serialization and placement new
For posterity, I have the answer: Detailed within the boost documentation here ( https://www.boost....

Question regarding boost::serialization and placement new
Not sure what the standard is for b.u.m.ping, but figured I'd do it just once.

Question regarding boost::serialization and placement new
Hey guys, The TL;DR is: How does load_construct_data from boost::serialization know how much memo...