Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 28-Apr-2002 Lars Gullik Bjønnes wrote:
>>
>> Can be done with gcc 3.1 and glibc:
| [snip]
>
| You mean localize certain "WorkArea" strings (labels) on the selected
| document language?
Yes... and we do not really need glibc or libstdc++ support lib
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Sunday 28 April 2002 6:15 pm, Lars Gullik Bjønnes wrote:
>> Can be done with gcc 3.1 and glibc:
>
| Here I get:
>
| aleem@pneumon:aleem-> cxx -std strict_ansi -o trial trial.C
| cxx: Error: trial.C, line 16: no instance of function template
|
On Sunday 28 April 2002 6:15 pm, Lars Gullik Bjønnes wrote:
> Can be done with gcc 3.1 and glibc:
Here I get:
aleem@pneumon:aleem-> cxx -std strict_ansi -o trial trial.C
cxx: Error: trial.C, line 16: no instance of function template
"std::use_facet" matches the argument list
On 28-Apr-2002 Lars Gullik Bjønnes wrote:
>
> Can be done with gcc 3.1 and glibc:
[snip]
You mean localize certain "WorkArea" strings (labels) on the selected
document language?
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-M
Can be done with gcc 3.1 and glibc:
#include
#include
#include
using namespace std;
///
class LyXMessages {
public:
///
typedef messages::catalog catalog;
///
LyXMessages(string const & l, string const & dir)
: lang(l), localedir(dir),