|
From: Miklos S. <mi...@sz...> - 2006-01-17 17:38:41
|
> fuse_opt.h in fuse-2.5.0 contains a word "template" which is illegal > in C++. This makes difficult to compile C++ programs with FUSE. > > IMO, we should rename it ASAP before the new API gets populated. Thanks for spotting this. Will fix for 2.5.1. Fortunately I haven't used the name of this field anywhere outside the fuse_opt header and implementation, so hopefully people will be programming by example and won't use the name either. Miklos |