Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Currently TThriftBytesImpl only offers CTORs that accept TBytes.
While this is a rather safe approach, in some use cases an extra "comfort" CTOR that directly accepts pointer and size removes the need to write potentially error prone code and/or the need for extra memory allocation.