diff options
author | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
---|---|---|
committer | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
commit | 25659221f18577ea38430a8ec3349836f5626b6a (patch) | |
tree | 61f1c68d385eb4bde77c5c12e055eb6f44e1f9ae /util/generic/ptr_ut.cpp | |
parent | a30195c57a0e043158d80a4385350eee326197f1 (diff) |
Diffstat (limited to 'util/generic/ptr_ut.cpp')
-rw-r--r-- | util/generic/ptr_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/ptr_ut.cpp b/util/generic/ptr_ut.cpp index 5f0fd2d4703..6354d681bf4 100644 --- a/util/generic/ptr_ut.cpp +++ b/util/generic/ptr_ut.cpp @@ -546,8 +546,8 @@ namespace { static TFrom Get(); /* - * Result == (TFrom could be converted to TTo implicitly) - */ + * Result == (TFrom could be converted to TTo implicitly) + */ enum { Result = (sizeof(Func(Get())) != sizeof(RTNo)) }; |