Skip to content

Commit

Permalink
make -q :: work on anonymous namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
U-NORTHAMERICA\jcl authored and U-NORTHAMERICA\jcl committed May 6, 2014
1 parent 443911a commit f5886db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vowpalwabbit/parse_args.cc
Expand Up @@ -288,6 +288,9 @@ void parse_feature_tweaks(vw& all, po::variables_map& vm)
else if((*i)[0]==':'&&(*i)[1]==':'){
cout << "in pair creation" << endl;
newpairs.reserve(newpairs.size() + valid_ns_size*valid_ns_size);
stringstream ss;
ss << ' ' << ' ';
newpairs.push_back(ss.str());
for (char j=printable_start; j<=printable_end; j++){
if(valid_ns(j)){
for (char k=printable_start; k<=printable_end; k++){
Expand Down

0 comments on commit f5886db

Please sign in to comment.