C++ compiler version: GNU 12.2.0
Hazelcast Cpp client version: 5.1.0
Hazelcast server version: -
Number of the clients: -
Cluster size, i.e. the number of Hazelcast cluster members:
OS version (Windows/Linux/OSX): Linux
Please attach relevant logs and files for client and server side.
Expected behaviour
Writing data of int8_t type of vector should be accepted as a built-in type. Here is the function link:
https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/include/hazelcast/client/serialization/pimpl/data_output.h#L359
Actual behaviour
One of the overloaded write function does not accept int8_t type. The other one seems OK btw.
Steps to reproduce the behaviour