This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bikeshed discussion on name of library file for Filesystem TS


On 24 September 2014 22:43, Tim Shen wrote:
>
> libc++file.a may not be a good name, since libc++ is a different thing :)

Yup :-)

But maybe it would make sense to both use the same name for this
library? Users are unlikely to be able to link with -lstdc++fs -lc++fs
at the same time, so if we had the same name they wouldn't have to
have conditionals in their makefiles depending on the implementation
being used.

For example, every UNIX-like OS has libc, libpthread, librt, libnsl,
etc. with common names, not libgnuc/libbsdc/libsunc etc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]