No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.

This commit is contained in:
Shyotl
2015-06-19 03:54:20 -05:00
parent 283f5298d5
commit 1c627317ec
634 changed files with 8200 additions and 12214 deletions

View File

@@ -68,7 +68,7 @@ LLPanelDirPlaces::LLPanelDirPlaces(const std::string& name, LLFloaterDirectory*
// The crash seems unrelated to this code, but the commit that introduced it was narrowed down to this file.
// Adding llinfos calls to both the constructor and destructor here makes the crash go away, even though they don't get called before the point of the crash.
// This is wrong on many levels and scares the hell out of me.
llinfos << "called" << llendl;
LL_INFOS() << "called" << LL_ENDL;
mMinSearchChars = 3;
}
@@ -115,7 +115,7 @@ LLPanelDirPlaces::~LLPanelDirPlaces()
// The crash seems unrelated to this code, but the commit that introduced it was narrowed down to this file.
// Adding llinfos calls to both the constructor and destructor here makes the crash go away, even though they don't get called before the point of the crash.
// This is wrong on many levels and scares the hell out of me.
llinfos << "called" << llendl;
LL_INFOS() << "called" << LL_ENDL;
// Children all cleaned up by default view destructor.
}