Go to file
Nat Goodspeed 642c334efa Fix Xcode 6 compile errors relating to tut::ensure_equals() overloads.
lltut.h declares a number of ensure_equals() overloads for various data types,
notably the types supported by LLSD. We expect these to be called by tut code.
But the tut code in question is in a template in tut.hpp -- which was
#included BEFORE the overloads were declared. Previous C++ compilers have
evidently made multiple passes, collecting the relevant overloads before
attempting to compile the template bodies. clang does not, complaining that
the overloads must be declared before the tut.hpp template code that
references them. Reordering parts of lltut.h seems to address that problem.
For similar reasons, test programs that use StringVec.h and its operator<<()
must #include StringVec.h before lltut.h.
Add ensure_equals(const std::string&, const LLSD::Binary&, const LLSD::Binary&)
overload. The sloppy mix of (const char*, ...) and (const std::string&, ...)
overloads bothers me, since for many of those ... types we seem to have to
duplicate them.
2014-10-23 08:44:42 -07:00
debian Add missing debian dir for appearnace util packaging 2013-05-01 12:07:07 -07:00
doc merge changes for STORM-2060/STORM-2076 2014-08-21 08:34:39 -04:00
etc Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
indra Fix Xcode 6 compile errors relating to tut::ensure_equals() overloads. 2014-10-23 08:44:42 -07:00
scripts Merge viewer-bear maint RC changes to get this build closer to the RC it will follow 2013-09-26 11:44:40 -07:00
.hgignore merge from viewer-release 2013-10-08 11:59:24 -07:00
.hgtags Added tag 3.7.17-release for changeset bcc2770e21c1 2014-10-06 15:13:40 -04:00
BuildParams add build_docs step and experimental use of autobuild graph subcommand 2014-09-23 12:22:42 -04:00
XCODE_6_UPGRADES_TODO.txt Remove unit test case that relied on undefined order of evaluation 2014-10-22 21:20:10 -04:00
autobuild.xml update glui package to repair unit test 2014-10-22 21:14:07 -04:00
build.sh use dependency graph generation from buildscripts build.sh 2014-09-24 11:24:22 -04:00