diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2014-10-23 20:23:08 -0700 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2014-10-23 20:23:08 -0700 |
| commit | 918e2b629bd3dadfbe5288c0d72d93bcca1b8cfe (patch) | |
| tree | b5ae202882071bf8e954b5bcb875305e37d0dc41 /autobuild.xml | |
| parent | 642c334efa2dbd0bafca5b0dbb11a986cd5ab4a9 (diff) | |
Bring in new TUT library build. Clean up ensure_equals() overloads.
The new TUT library build eliminates the ambiguity about ensure_equals(const
char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based
on const std::string&. Remove pointless const char* overloads and ambiguous
forwarding templates.
With clang in Xcode 6, any new datatypes we intend to use with ensure_equals()
must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h
#includes tut.hpp. Reorder code in certain test source files to guarantee that
visibility.
Diffstat (limited to 'autobuild.xml')
| -rwxr-xr-x | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index a43aed5e60..9e665dad6f 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -2148,9 +2148,9 @@ <key>archive</key> <map> <key>hash</key> - <string>ff1ecca950d779721267ef854eb2d845</string> + <string>253519023e73d03fcb3feb2f7a2a8835</string> <key>url</key> - <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/tut_3p-update-tut/rev/295661/arch/Linux/installer/tut-2008.11.30-common-295661.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/tut_3p-update-tut/rev/295891/arch/Linux/installer/tut-2008.11.30-common-295891.tar.bz2</string> </map> <key>name</key> <string>common</string> |
