Hi,
I have the following program and files .test.seg and test.seg. I try
to run the main program. It seems that boost filesystem doesn't
recognize file name starting with a dot.
Is it a bug in boost filesystem. Or I didn't use it properly?
Thanks,
Peng
$ ls -a
. .dep main-g.exe main.o main-o.o .test.seg
.. main.cc main-g.o main-o.exe Makefile test.seg
$ cat main.cc
#include <iostream>
#include