Skip to content

Commit

Permalink
[#2] Implement type wrappers for variable and dynamic size integers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 9, 2024
1 parent 288dffb commit cb790d4
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 367 deletions.
4 changes: 2 additions & 2 deletions runtime/ClangTidySuppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ google-explicit-constructor:src/zserio/Span.h:150
google-explicit-constructor:src/zserio/Span.h:163
google-explicit-constructor:src/zserio/Span.h:176
# This is requirement on type wrappers in Zserio C++17 extension
google-explicit-constructor:src/zserio/Types.h:64
google-explicit-constructor:src/zserio/Types.h:78
google-explicit-constructor:src/zserio/Types.h:33
google-explicit-constructor:src/zserio/Types.h:37

# False positive, this is a template method.
modernize-use-equals-default:src/zserio/Span.h:80
Expand Down
Loading

0 comments on commit cb790d4

Please sign in to comment.