mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-24 20:32:59 +03:00
Minor update of declaration of binread().
This commit is contained in:
parent
c40082f94c
commit
7d1987121f
@ -44,7 +44,7 @@ namespace tpt
|
||||
|
||||
char const *binread(char const* p, uint16_t& buf);
|
||||
char const *binread(char const* p, uint32_t& buf);
|
||||
char const *binread(char const* p, filepos_type& buf);
|
||||
char const *binread(char const* p, uint64_t& buf);
|
||||
char const *binread(char const* p, float& buf);
|
||||
#ifdef __clang__
|
||||
char const *binread(char const* p, size_t& buf);
|
||||
|
Loading…
Reference in New Issue
Block a user