We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a3f99 commit 3fda6b3Copy full SHA for 3fda6b3
1 file changed
src/OrcLib/Text/Hex.h
@@ -134,7 +134,7 @@ Result<Output> FromHexToLittleEndian(std::basic_string_view<CharT> input)
134
template <typename InputIt, typename OutputIt>
135
OutputIt FromHex(InputIt first, InputIt last, OutputIt out)
136
{
137
- constexpr struct NibbleTable::NibbleTable table;
+ constexpr struct Details::NibbleTable table;
138
139
auto it = first;
140
if (std::distance(first, last) % 2 != 0)
0 commit comments