"Michael S. Tsirkin" <[EMAIL PROTECTED]> writes:

| Hello!
| Sorry if this was proposed before:
| std:: can be used with older g++ versions, I think if you add
| -Dstd= to the command line, or otherwise define std to the empty macro.
| It also works for other compilers.
| Could this be a solution?

Depends what you mean by "older g++ versions", older thatn 2.8.x will
not work anyway, they just don't support the c++ language good
enough.

The "#define std" trick will perhaps buy something, but I don't think
it will work always. besides I don't think we need it.

        Lgb

Reply via email to