diff options
| author | crupest <crupest@outlook.com> | 2020-04-02 21:09:06 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-04-02 21:09:06 +0800 |
| commit | 7fd9ca808c908c67d9bec2183034ad16ea86a912 (patch) | |
| tree | dd4287e511404aa2da07ea078b4bc2c76d4874fc /include/cru/common | |
| parent | 381d0831f72dc52831bbfb66d9e7db10a86760e5 (diff) | |
| download | cru-7fd9ca808c908c67d9bec2183034ad16ea86a912.tar.gz cru-7fd9ca808c908c67d9bec2183034ad16ea86a912.tar.bz2 cru-7fd9ca808c908c67d9bec2183034ad16ea86a912.zip | |
...
Diffstat (limited to 'include/cru/common')
| -rw-r--r-- | include/cru/common/base.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/common/base.hpp b/include/cru/common/base.hpp index daee971f..20dd811d 100644 --- a/include/cru/common/base.hpp +++ b/include/cru/common/base.hpp @@ -42,4 +42,6 @@ struct Interface { [[noreturn]] inline void UnreachableCode() { throw std::runtime_error("Unreachable code."); } + +using Index = gsl::index; } // namespace cru |
