fix make error for lacking namespace (#170)

This commit is contained in:
田欧 2016-08-31 13:39:41 +08:00 committed by Andreas Schuh
parent 7d31c02de8
commit 408061b469

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, \