STL rework

- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
This commit is contained in:
2023-06-17 21:12:23 +01:00
parent 5bb8a12fc2
commit aebbf51228
91 changed files with 1444 additions and 1395 deletions

View File

@@ -36,35 +36,13 @@
},
"extensions": {
"recommendations": [
"tomoki1207.pdf",
"james-yu.latex-workshop",
"bungcip.better-toml",
"maptz.regionfolder",
"serayuzgur.crates",
"tamasfe.even-better-toml",
"haskell.haskell",
"justusadam.language-haskell",
"yzhang.markdown-all-in-one",
"goessner.mdmath",
"gruntfuggly.todo-tree"
"gruntfuggly.todo-tree",
"vadimcn.vscode-lldb"
]
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Cargo launch",
"cwd": "${workspaceFolder:orchid}",
"program": "${workspaceFolder}/target/debug/orchid",
"cargo": {
"args": [
"run",
]
},
"args": []
}
]
}
}