Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 21:13:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216054] graphics/openshadinglanguage: fails to build with libc++ 4.0
Message-ID:  <bug-216054-13-bCzBAwptQX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216054-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216054-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216054

--- Comment #4 from Eric Fiselier <eric@efcs.ca> ---
Clang 3.4 provides the `__decltype` keyword, but it doesn't provide the
`__is_identifier` check that libc++ uses to detect it.

As long as you don't use anything less that Clang 3.4 you could upstream a
patch that just always enabled `__decltype` instead of `__typeof__` and it
should work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216054-13-bCzBAwptQX>