-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove map_view<T>, as attached<T> has supplanted it. This bring LLFI…
…O up to date with P1031R2.
- Loading branch information
Showing
10 changed files
with
20 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time | ||
#define LLFIO_PREVIOUS_COMMIT_REF d9720b3670a8d481f202842d973f82b360a467e3 | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2019-05-24 19:26:26 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE d9720b36 | ||
#define LLFIO_PREVIOUS_COMMIT_REF 19115c0eb238e6ab5e159c246d88ff551b134e9c | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2019-05-24 19:51:21 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 19115c0e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule quickcpplib
updated
5 files
+1 −1 | doc/html | |
+31 −44 | include/detach_cast.hpp | |
+5 −8 | include/in_place_detach_attach.hpp | |
+3 −3 | include/revision.hpp | |
+7 −0 | test/timing.h |
Submodule kerneltest
updated
2 files
+1 −1 | include/kerneltest/v1.0/outcome | |
+1 −1 | include/kerneltest/v1.0/quickcpplib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters