Y
Hacker News
new
|
ask
|
show
|
jobs
by
nmhancoc
235 days ago
Not an expert but I’m pretty sure no exceptions means you can’t use significant parts of std algorithm or the std containers.
And if you’re using pooling I think RAII gets significantly trickier to do.
1 comments
theICEBeardk
235 days ago
https://en.cppreference.com/w/cpp/freestanding.html
to see the parts you can use.
link