Files
unison/bindings
Tom Henderson 05ab57f865 bindings: (partial fix #2451) Handle std::_Ios_Openmode typedef
std::_Ios_Openmode is a typedef of std::ios_base::openmode bitmask type.
This mapping needs to be provided to the type handler.  The previous
mapping was for std::ios::openmode (ios is a subclass of ios_base),
but the use of subclass here no longer works.  Thanks to Gustavo
Carneiro for a hint of where to address this issue in the bindings.
2018-01-05 09:19:45 -08:00
..