SL-18837: Followup to 19e9e8c: global Boost.Bind placeholders
do not need 'using' directive, given BOOST_BIND_GLOBAL_PLACEHOLDERS.master
parent
7a7af9a399
commit
ddc6d21958
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue