On Mon, 28 Mar 2011, David Knezevic wrote:

> Yep, reverting GetPot::variable::take() fixed the problem.

Hmm... the problem seems to be that I forgot that we were passing
multi-character separator lists in to strtok_r, and std::getline()
doesn't handle that case.

I've reverted to strtok_r-based behavior in the svn head; double check
and make sure that works now?

I'd still like to get rid of that less-portable function, especially
if it's causing Cygwin problems... anyone know if there *is* a std::
way of doing equivalent tokenizing, or do I need to write my own loop
over characters here?
---
Roy

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to