Does namespace support work on all the compilers that the 1.1.x series
currently compiles on?
i.e. does this code compile and run:
namespace LyX {
int small_lyx_function();
}
int LyX::small_lyx_function() {
int i = 0;
i += 3;
return i;
}
int main() {
LyX::small_lyx_function();
}
IMO if this works we should begin using a LyX namespace right away. We
have already had the sqrt clash.
Lgb
- Re: namespaces Lars Gullik Bj�nnes
- Re: namespaces Jean-Marc Lasgouttes
- Re: namespaces Lars Gullik Bj�nnes
- Re: namespaces Jean-Marc Lasgouttes
- Re: namespaces Lars Gullik Bj�nnes
- Re: namespaces John Weiss
- Re: namespaces Jean-Marc Lasgouttes
- namespaces Angus Leeming
- Re: namespaces Allan Rae
- Re: namespaces Andre Poenitz
- Re: namespaces Angus Leeming
