octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error: no matching constructor for initialization of 'string_vector'


From: Carnë Draug
Subject: Re: error: no matching constructor for initialization of 'string_vector'
Date: Thu, 25 Aug 2016 12:09:34 +0100

On 25 August 2016 at 01:27, Ben Abbott <address@hidden> wrote:
> Carne,
>
> The chagneset below is giving me an error.
>
>         http://hg.savannah.gnu.org/hgweb/octave/rev/f38e81248556
>
> libinterp/octave-value/ov-classdef.cc:2275:17: error: no matching constructor 
> for initialization of 'string_vector'
>   string_vector v (names);
>                 ^  ~~~~~
>
> I’m using Apple’s llvm/clang
>
> Apple LLVM version 7.3.0 (clang-703.0.31)
>
> Ben

I have no idea why your compiler is failing to find the constructor.
Is it because it can't decide which constructor to use?  Which ones
is it undecided about?

Carnë



reply via email to

[Prev in Thread] Current Thread [Next in Thread]