Those changes where for testing code only. https://github.com/datastax/cpp-driver/commit/ffc9bbd8747b43ad5dcef749fe4c63ff245fcf74
The driver has compiled with fine w/ C++98 for some time now. The encoding/decoding doesn't make any assumptions about endianess so it should work fine on big-endian system, but it's not officially supported (YMMV). Mike On Thu, Oct 25, 2018 at 3:17 PM, Amit Plaha <amitpl...@gmail.com> wrote: > Hi All, > > Is there any Cassandra C++ driver that works with C++98 and is also > compatible with UNIX big-endian? > > I found this issue: https://datastax-oss.atlassian.net/browse/CPP-692 > <https://urldefense.proofpoint.com/v2/url?u=https-3A__datastax-2Doss.atlassian.net_browse_CPP-2D692&d=DwMFaQ&c=adz96Xi0w1RHqtPMowiL2g&r=Rf6Q4KBOgazA7AqLjbPEhmTMX0gM5i3vnlC-YCIo38g&m=-C70e3hEmqWaO_mTFedaqZcyqoMl3udanlzKi2ODb6Y&s=NfS4I8apjEctlRKZVdpd4Hq_AtnDaEjy6JmPjjTp3sA&e=> > which seems to have been resolved, but not sure if this is exactly what I'm > looking for. Does this make the DSE driver compatible with C++98? > > Any pointers will be appreciated. Thanks! > > Regards, > Amit >