Ticket #40856: patch-ragel-javacodegen.cpp.diff

File patch-ragel-javacodegen.cpp.diff, 339 bytes (added by lpsinger (Leo Singer), 10 years ago)

New patchfile

  • ragel/javacodegen.cpp

    old new  
    11841184{
    11851185        item_count++;
    11861186
    1187         out << setw(5) << setiosflags(ios::right) << item;
     1187        out << setw(5) << std::setiosflags(ios::right) << item;
    11881188       
    11891189        if ( !last ) {
    11901190                if ( item_count % SAIIC == 0 ) {