This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] | |
Tom Tromey wrote:
David> +namespace gnu David> +{ David> + namespace gcj David> + { David> + namespace util David> + { David> + class GC_enumerator
This appears to be local to a single .cc file. Do we need to put it into a namespace like this? I've always thought of these namespaces as reserved for 'extern "Java"' code.
I didn't want to pollute the global namespace of libgcj. We know what is in gnu.gcj.util so there will be no collisions there.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |