fix make error for lacking namespace

This commit is contained in:
thinkerou 2016-08-31 11:35:44 +08:00
parent 7d31c02de8
commit 5b3d37216d

View file

@ -581,6 +581,7 @@ public:
#define DEFINE_string(name, val, txt) \
namespace fLS { \
using ::fLS::clstring; \
using ::fLS::StringFlagDestructor; \
static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \
clstring* const FLAGS_no##name = ::fLS:: \
dont_pass0toDEFINE_string(s_##name[0].s, \