[llvm-bugs] [Bug 39004] New: “is_assignable” error when using LLVM / VS2017 / Boost 1.68
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 19 12:43:52 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39004
Bug ID: 39004
Summary: “is_assignable” error when using LLVM / VS2017 / Boost
1.68
Product: clang
Version: 7.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: adam.hartshorne at gmail.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
I receive the following build error when switching to LLVM toolset in VS2017 to
build code using Boost 1.68. The code builds fine with MSVC compiler.
1>C:\boost_1_68_0\boost/type_traits/has_trivial_move_assign.hpp(49): error : no
template named 'is_assignable'; did you mean 'std::is_assignable'?
1>C:\boost_1_68_0\boost/type_traits/intrinsics.hpp(233): note: expanded from
macro 'BOOST_HAS_TRIVIAL_MOVE_ASSIGN'
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180919/9d1f4803/attachment.html>
More information about the llvm-bugs
mailing list