Opened 9 years ago

Closed 9 years ago

#9336 closed Bugs (fixed)

undefined symbols in boost/multiprecision/cpp_int/misc.hpp

Reported by: douglasgodfrey@… Owned by: John Maddock
Milestone: To Be Determined Component: multiprecision
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

boost/multiprecision/cpp_int/misc.hpp refers to x86 and x86_64 intrinsic functions without including intrin.h

Add the following before the namespace line: #include <intrin.h>

Change History (2)

comment:1 by viboes, 9 years ago

Component: Nonemultiprecision
Owner: set to John Maddock

comment:2 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in Git develop.

Note: See TracTickets for help on using tickets.