[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Allowed C++ features
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Allowed C++ features |
Date: |
Mon, 26 Jan 2004 01:04:50 +0100 (CET) |
> I asked previously about using features of the Standard Library, but
> I was wondering about if certain language features were allowed.
> Are static_cast<> and dynamic_cast<> etc. permitted, or are these
> also too recent?
`Too recent' is probably the wrong formulation. groff actually don't
use these two keywords, and until now they weren't needed. I prefer
uniformity of the code, so please avoid them. In case of doubt, just
do a quick grep on the groff sources to see whether certain keywords
are used.
Werner