Re: C and C++ Style checking now enforced

John Emmas <[email protected]>
Newsgroups gmane.comp.audio.ardour.devel
Message-ID <[email protected]>
On 12/05/2015 14:17, John Emmas wrote:
>
> 2) Ampersands (and possibly asterisks) produce errors at present - e.g.
>
>        void some_function (string& some_parameter)
>
> produces the error "missing space around operator".
>

Actually, the above might only be applicable to container types - i.e.

         void some_function (vector<string>& some_parameter)

where '<' and '>' are being mistaken for operators.

John
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.