#40856: ragel: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? --------------------------+------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: ragel --------------------------+------------------- On Mavericks, ragel fails to build: {{{ javacodegen.cpp:1187:20: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? out << setw(5) << setiosflags(ios::right) << item; ^~~~~~~~~~~ std::setiosflags }}} -- Ticket URL: <https://trac.macports.org/ticket/40856> MacPorts <http://www.macports.org/> Ports system for OS X