> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Thursday, March 27, 2008 2:50 PM > To: dev@stdcxx.apache.org > Subject: Re: [jira] Commented: (STDCXX-563) split up rw/_mutex.h > ... > > Right. IMO, we should go with whichever of the approaches is better. > Which one in your opinion is it?
I would prefer not using directories to organize configuration-specific files. If the configuration (cpu, os, compiler, whatever) is a part of the filename, the file can be placed in any arbitrary directory (not that it should be). If simpler, more generic filenames are needed, create links to the configuration-specific files. Brad.