We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uint_t->uint8_t
1 parent d1c6d79 commit 3761f7dCopy full SHA for 3761f7d
1 file changed
lang/c++/include/avro/GenericDatum.hh
@@ -43,7 +43,7 @@ namespace avro {
43
* \li Avro <tt>float</tt> maps to C++ <tt>float</tt>.
44
* \li Avro <tt>double</tt> maps to C++ <tt>double</tt>.
45
* \li Avro <tt>string</tt> maps to C++ <tt>std::string</tt>.
46
- * \li Avro <tt>bytes</tt> maps to C++ <tt>std::vector<uint_t></tt>.
+ * \li Avro <tt>bytes</tt> maps to C++ <tt>std::vector<uint8_t></tt>.
47
* \li Avro <tt>fixed</tt> maps to C++ class <tt>GenericFixed</tt>.
48
* \li Avro <tt>enum</tt> maps to C++ class <tt>GenericEnum</tt>.
49
* \li Avro <tt>array</tt> maps to C++ class <tt>GenericArray</tt>.
0 commit comments