Hacker News
new
past
comments
ask
show
jobs
points
by
semiinfinitely
5 hours ago
|
comments
by
porise
4 hours ago
|
next
[-]
I'm still waiting for C++ to support Unicode properly.
reply
by
einpoklum
2 hours ago
|
prev
|
[-]
A standard way to split a string? Well, what's wrong with:
std::views::split(my_string, delimeter) ?
reply
by
nananana9
2 hours ago
|
parent
|
[-]
Template bloat, terrible compile errors, terrible debug build performance, 1 second of extra compile time per cpp file when you include ranges, and you can't step through it in a debugger.
reply