diff options
| author | Tyge Løvset <[email protected]> | 2023-05-24 13:18:27 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-05-24 13:18:27 +0200 |
| commit | 00150a367c1e50c6b68ab878043beb6c1c8baa02 (patch) | |
| tree | 1b53fc787b483caee2ef94f501683084bb1647c9 /include | |
| parent | b1bbd0564a0d8d43172a654b51ff28bb62e0979a (diff) | |
| download | STC-modified-00150a367c1e50c6b68ab878043beb6c1c8baa02.tar.gz STC-modified-00150a367c1e50c6b68ab878043beb6c1c8baa02.zip | |
Fixes for clang compiler.
Diffstat (limited to 'include')
| -rw-r--r-- | include/stc/algo/raii.h | 2 | ||||
| -rw-r--r-- | include/stc/priv/template2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/algo/raii.h b/include/stc/algo/raii.h index 7b1b445b..b0008a96 100644 --- a/include/stc/algo/raii.h +++ b/include/stc/algo/raii.h @@ -51,4 +51,4 @@ c_with_2(c_EXPAND(C a = C##_init(), b = C##_init(), c = C##_init(), d = C##_init()), \ (C##_drop(&d), C##_drop(&c), C##_drop(&b), C##_drop(&a))) -#endif
\ No newline at end of file +#endif diff --git a/include/stc/priv/template2.h b/include/stc/priv/template2.h index 66ed7739..d7588ca0 100644 --- a/include/stc/priv/template2.h +++ b/include/stc/priv/template2.h @@ -79,4 +79,4 @@ #undef _i_has_eq #undef _i_has_cmp #undef _i_template -#endif
\ No newline at end of file +#endif |
