This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Include directory naming
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 02 Dec 2005 11:55:28 +0100
- Subject: Re: Include directory naming
- References: <4348dea50512020112w4712c836u@mail.gmail.com>
Jonathan Wakely <jwakely.gcc@gmail.com> writes:
| Hi all,
|
| does anyone know if we have any plans to change the include directory
| naming scheme again, or if the "include/c++/x.y.z/" path (for GCC
| version x.y.z) is considered stable now? I just wanted to check
| before I claim it's not going to change again :-)
I don't forsee any problem that we would solve by changing the include
path scheme. We did the x.y.z stuff to solve the header versioning
problem.
-- Gaby