diff options
| author | anelyubin <[email protected]> | 2022-02-10 16:49:39 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:39 +0300 | 
| commit | 8d333d5e773f6b0ef31e7b3c92339af7e71413f6 (patch) | |
| tree | be79c5bb4a39ab3410c17c33f1aff87810558f54 /library/cpp/protobuf | |
| parent | ad8c15be8c1a4f48a52390f23cb735060461684e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf')
| -rw-r--r-- | library/cpp/protobuf/util/simple_reflection.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/util/simple_reflection.h b/library/cpp/protobuf/util/simple_reflection.h index 61e877a7874..e39b0416d64 100644 --- a/library/cpp/protobuf/util/simple_reflection.h +++ b/library/cpp/protobuf/util/simple_reflection.h @@ -104,7 +104,7 @@ namespace NProtoBuf {              return *Msg.GetReflection();          } -        [[noreturn]] void RaiseUnknown() const { +        [[noreturn]] void RaiseUnknown() const {               ythrow yexception() << "Unknown field cpp-type: " << (size_t)CppType();          }  | 
