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
168
Commits
1
Branch
4
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
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
include
/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
pc
Add cmake build system
2020-04-04 22:24:10 -07:00
src
Add list class
2022-07-19 16:44:34 -07:00
tests
Add success printout to tests to make it easier for robert to tell if they succeeded or not
2022-06-30 12:49:48 -07:00
.gitignore
Add version directive
2021-04-11 19:13:08 -07:00
CMakeLists.txt
Add list class
2022-07-19 16:44:34 -07:00
LICENSE
Change LICENSE for AGPLv3 to GPLv3
2021-04-11 14:56:24 -07:00
Description
No description provided
1
MiB
Languages
C++
98.8%
CMake
1.2%