Opened 16 years ago
Closed 13 years ago
#299 closed task (wontfix)
use Boost::FileSystem
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 13 years ago by
Milestone: | svndigest 1.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
rather than adding boost dependency or require upcoming C++09 standard features I think it's fine to use posix C as we do today.
http://www.gnu.org/s/libc/manual/html_node/File-System-Interface.html#File-System-Interface
If we feel we want to be more portable it is probably better to add gnulib because it doesn't add any dependency for the user (actually not even for developers if you choose to check in gnulib files). But for now I see no problem porting between the platforms we are using. If someone feels otherwise, please speak up.
Note: See
TracTickets for help on using
tickets.
This will be included in C++09 standard.