Re: Cassandra C++ driver for C++98

2018-12-04 Thread Michael Penick
We don't have access to that compiler. If you could try it for us that would be greatly appreciated. Pull requests on GitHub are more than welcome. Mike On Tue, Nov 20, 2018 at 2:48 PM Amit Plaha wrote: > Thanks for the response, Michael! > > I could build the driver on UNIX using gcc/g++ but

Re: Cassandra C++ driver for C++98

2018-11-20 Thread Amit Plaha
Thanks for the response, Michael! I could build the driver on UNIX using gcc/g++ but is it possible to build the driver using Sunpro CC compiler? I'm running in to issues. What it looks like is that some parts of the code are only buildable on GCC. Please let me know whether Sunpro CC compiler

Re: Cassandra C++ driver for C++98

2018-10-30 Thread Michael Penick
Pretty much any version including the most current. On Mon, Oct 29, 2018 at 4:29 PM, Amit Plaha wrote: > Hi Mike, > > Thanks for the response. Can you let me know which version of the driver > can build with C++98? > > Regards, > Amit > > On Fri, Oct 26, 2018 at 8:53 AM Michael Penick < >

Re: Cassandra C++ driver for C++98

2018-10-29 Thread Amit Plaha
Hi Mike, Thanks for the response. Can you let me know which version of the driver can build with C++98? Regards, Amit On Fri, Oct 26, 2018 at 8:53 AM Michael Penick wrote: > Those changes where for testing code only. > > >

Re: Cassandra C++ driver for C++98

2018-10-26 Thread Michael Penick
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

Cassandra C++ driver for C++98

2018-10-25 Thread Amit Plaha
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 which seems to have been resolved, but not sure if this is exactly what I'm looking for. Does this make the DSE