banan-os/BAN
Bananymous c5b006bf19 BAN: Add {TRY,MUST}_REF for references
It is annoying that we have to have separate macros for these but
I can't find a way to cleanly return lvalue reference from statement
expression. Currently we cast the reference to pointer and return
unreference the pointer outside of the expression.

This feature will probably not be used any time soon, but atleas
it is implemented if I need it one day
2023-04-19 00:31:15 +03:00
..
BAN BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
include/BAN BAN: Add {TRY,MUST}_REF for references 2023-04-19 00:31:15 +03:00
.gitignore Kernel: lol 2022-12-13 12:12:15 +02:00
CMakeLists.txt BuildSystem: Fix header copying to sysroot 2023-04-10 21:07:25 +03:00