There is a missing include<cstring> and an invalid assertion in src/backends/oracle/test/test-oracle.cpp
assert(memcmp(&t1, &t2, sizeof(std::tm)) == 0); this fails as there is padding in the struct that is different. I've changed the assert to asserts that check standard members Plese pull https://github.com/rockdreamer/soci/commit/f79df6b0d307502401ad7e53a543bca4c35d6ffe -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
