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: unassignedclangb...@nondot.org
          Reporter: adam.hartsho...@gmail.com
                CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to