diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-09 00:19:39 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-09 00:19:39 +0200 |
commit | e5ef481cd3e3f07fbb39ccf07ae71718d54ffaa6 (patch) | |
tree | 03bc4a3e1353171dbaa53fe139fa68c4c1486faa /indra/llappearance | |
parent | 7c8907522fe6600918dacc15ee138ca72b2cf35e (diff) |
SL-20781 Follow up on boost to std replacement
Diffstat (limited to 'indra/llappearance')
-rw-r--r-- | indra/llappearance/llavatarappearance.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index b9c3aee839..b430c4c6aa 100644 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -24,12 +24,6 @@ * $/LicenseInfo$ */ -#if LL_MSVC -// disable warning about boost::lexical_cast returning uninitialized data -// when it fails to parse the string -#pragma warning (disable:4701) -#endif - #include "linden_common.h" #include "llavatarappearance.h" @@ -46,14 +40,6 @@ #include "boost/bind.hpp" #include "boost/tokenizer.hpp" - -#if LL_MSVC -// disable boost::lexical_cast warning -#pragma warning (disable:4702) -#endif - -#include <boost/lexical_cast.hpp> - using namespace LLAvatarAppearanceDefines; //----------------------------------------------------------------------------- |