Opened 9 years ago
Closed 9 years ago
#9336 closed Bugs (fixed)
undefined symbols in boost/multiprecision/cpp_int/misc.hpp
Reported by: | 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 , 9 years ago
Component: | None → multiprecision |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in Git develop.