Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 13:53:45 -0700
From:      Yuri <yuri@rawbw.com>
To:        "ports@freebsd.org" <ports@freebsd.org>
Subject:   clang-38 produces an errors on 10.3, but succeeds on 11.0
Message-ID:  <a5b91dc7-885e-1e70-0aaa-ea35caaeb8b5@rawbw.com>

next in thread | raw e-mail | index | archive | help
Getting the error while trying to update graphics/aseprite 
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213756).

Same clang-38 compiler, same port directory, but the outcome is different.

On 10.3 this error is produced:
 > 
/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/observable/obs/slot.h:51:17: 
error: no matching constructor for initialization of 'std::function<void 
()>'

 >   slot(F&& f) : f(std::forward<F>(f)) { }


On 11.0 build succeeds with both base and port clang-38.


What can be causing this error on 10.3?


Yuri





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a5b91dc7-885e-1e70-0aaa-ea35caaeb8b5>