pichunkstream support full uint

This commit is contained in:
2023-05-24 22:13:30 +03:00
parent 1de4304e30
commit 5e4c5b0d47
2 changed files with 24 additions and 20 deletions

View File

@@ -304,6 +304,6 @@ private:
//! \relatesalso PIByteArray
//! \~english Output operator to \a PICout
//! \~russian Оператор вывода в \a PICout
PICout operator<<(PICout s, const PIBitArray & ba);
PIP_EXPORT PICout operator<<(PICout s, const PIBitArray & ba);
#endif // PIBITARRAY_H