On 5 February 2014 15:37, John Price <[email protected]> wrote: > All, > > New user here. Just downloaded and tried to compile on Microsoft Visual > Studio 2013 and apparently MS has added the "strtoll" and "strtoull" > functions (finally standards compliant?). This unfortunately conflicts with > code in soci-platform.h, giving the infamous error "C2883" that I saw from a > previous poster. > > The current workaround I'm using is to change the code to add another "#if" > to check for later versions of VS, as such: > [...]
John, your fix doesn't look bad at all I think. I may have access to VS2013 at some point myself, so I've opened issue to not to forget about fixing it: https://github.com/SOCI/soci/issues/233 Thanks for the report. Best regards, -- Mateusz Łoskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
