[Ardour-Dev] C and C++ Style checking now enforced
    John Emmas 
    johne53 at tiscali.co.uk
       
    Tue May 12 07:54:11 PDT 2015
    
    
  
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
    
    
More information about the Ardour-Dev
mailing list