More backports #2813
Replies: 3 comments 4 replies
-
Yeah these are great. I was about to be like "they are in C++14 so we can totally use them!" but then realized it's only in C++17 :| Anyway, IDK, how about we just switch dlib to C++17 next year? Or like, how long has it been since visual studio supported C++17? |
Beta Was this translation helpful? Give feedback.
-
Like maybe we can go C++17 now basically. It's 2023 after all, maybe it's time. |
Beta Was this translation helpful? Give feedback.
-
Update: |
Beta Was this translation helpful? Give feedback.
-
It would be cool to add some backports of:
std::optional
std::expected
With monadic interfaces. These allow you to write really nice APIs
Beta Was this translation helpful? Give feedback.
All reactions