Linus Groh
d26aabff04
Everywhere: Run clang-format
2022-12-03 23:52:23 +00:00
Andreas Kling
ae3ffdd521
AK: Make it possible to not using
AK classes into the global namespace
...
This patch adds the `USING_AK_GLOBALLY` macro which is enabled by
default, but can be overridden by build flags.
This is a step towards integrating Jakt and AK types.
2022-11-26 15:51:34 +01:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Ali Mohammad Pur
a08870cc19
AK: Correct Tuple's constructor signatures
...
Tuple previously required rvalue references, this commit makes it accept
forwarding references instead (which was the intention all along).
2021-08-02 17:22:50 +04:30
Ali Mohammad Pur
b6e5c76427
AK: Add deduction guides to Tuple
2021-05-18 18:48:15 +01:00
Ali Mohammad Pur
02de813950
AK: Add a Tuple implementation
...
Please don't use this outside of metaprogramming needs, *please*.
2021-05-11 14:09:17 +01:00