SL-18837: Followup to 19e9e8c: global Boost.Bind placeholders

do not need 'using' directive, given BOOST_BIND_GLOBAL_PLACEHOLDERS.
master
Nat Goodspeed 2023-06-05 21:47:52 -04:00
parent 7a7af9a399
commit ddc6d21958
3 changed files with 0 additions and 9 deletions

View File

@ -33,9 +33,6 @@
#include "llsdserialize.h"
#include <boost/bind.hpp>
// allow unqualified _1, _2 et al. to mean boost::bind placeholders
using namespace boost::placeholders;
//=========================================================================
namespace
{

View File

@ -33,9 +33,6 @@
#include "v3colorutil.h"
#include <boost/bind.hpp>
// allow unqualified _1, _2 et al. to mean boost::bind placeholders
using namespace boost::placeholders;
//=========================================================================
namespace
{

View File

@ -34,9 +34,6 @@
#include "indra_constants.h"
#include <boost/bind.hpp>
// allow unqualified _1, _2 et al. to mean boost::bind placeholders
using namespace boost::placeholders;
const std::string LLSettingsWater::SETTING_BLUR_MULTIPLIER("blur_multiplier");
const std::string LLSettingsWater::SETTING_FOG_COLOR("water_fog_color");
const std::string LLSettingsWater::SETTING_FOG_DENSITY("water_fog_density");