This website requires JavaScript.
Explore
Help
Register
Sign In
rexy712
/
rexylib
Watch
1
Star
0
Fork
0
You've already forked rexylib
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
rexylib
/
include
History
rexy712
11d64d12a0
I couldn't figure out how to make construct_at work with an aggregate. I checked the libstdc++ sources and they call placement new directly, so I'm giving up on that. Changed node over to manual constructors and it seems to work much better. Also made it so list constructors don't call 'assign' because that required stored types to implement assignment operators during construction.
2022-07-19 17:39:29 -07:00
..
rexy
I couldn't figure out how to make construct_at work with an aggregate. I checked the libstdc++ sources and they call placement new directly, so I'm giving up on that. Changed node over to manual constructors and it seems to work much better. Also made it so list constructors don't call 'assign' because that required stored types to implement assignment operators during construction.
2022-07-19 17:39:29 -07:00