Add MoveOnly and Pinned (#4526)

This commit is contained in:
Alexander Shabalin
2020-11-17 18:43:11 +03:00
committed by Stanislav Erokhin
parent 98b2f3feec
commit 0dfc99ab1a
13 changed files with 149 additions and 37 deletions
+2
View File
@@ -6,6 +6,8 @@
* Headers should live in the same folder with it's implementation counterpart (if there's one) **TODO**: This does not work with multiple implementations of a single header.
* Headers should use header guards
* Headers that are designed to be included into both `.cpp`/`.mm` and `.c`/`.m` should have extension `.h`
* Headers that are designed to be included into `.cpp`/`.mm` only should have extension `.hpp`
## Namespace usage