ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

compilation issue with geo() interface #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile loadmesh() using boost1.49

the problem is with the geo() free function interface, we ask depends to be a 
std::vector<std::string>
and it seems that program_options does not like that (might be a bug)
anyway this interface is not quite satisfactory: _depends should be string 
containing filenames which are separated by one of these characters ",;: " 
(including space)
then we use boost:string_algo to split the string into a 
std::vector<std::string> in geo()

Original issue reported on code.google.com by christop...@prudhomm.org on 18 Mar 2012 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 18 Mar 2012 at 7:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision cdeb32667960.

Original comment by christop...@feelpp.org on 18 Mar 2012 at 7:45

GoogleCodeExporter commented 9 years ago
Just a stupid question.
Do the changes have been also applied to svn repository?

Original comment by christro...@googlemail.com on 19 Mar 2012 at 7:20

GoogleCodeExporter commented 9 years ago
I haven't merged with the svn repo yet (it was late yesterday night)
I will do that in the next hour

sorry for breaking your code, but I think that will be also simpler for you too

Original comment by christop...@feelpp.org on 19 Mar 2012 at 8:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 996f8b447fe3.

Original comment by christop...@feelpp.org on 19 Mar 2012 at 8:25