commit | 6e10d1b71837a6ca834fc1dc79ff117e21972cf5 | [log] [tgz] |
---|---|---|
author | Ali Saeed <8asaeed@gmail.com> | Tue Aug 23 11:33:18 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 23 11:33:18 2022 -0700 |
tree | 1f116fc8014f5c1c90a84a10ce0fadbb5cc03b45 | |
parent | 85f3b7907d216313c0b4ee0fa39ba9f9f41d6563 [diff] |
Update emboss_text_util.h
diff --git a/runtime/cpp/emboss_text_util.h b/runtime/cpp/emboss_text_util.h index 7fa1479..b3daf86 100644 --- a/runtime/cpp/emboss_text_util.h +++ b/runtime/cpp/emboss_text_util.h
@@ -69,7 +69,7 @@ TextOutputOptions WithNumericBase(int new_value) const { TextOutputOptions result = *this; - result.numeric_base_ = static_cast<::std::uint8_t>(new_value); + result.numeric_base_ = static_cast</**/ ::std::uint8_t>(new_value); return result; }