ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

SIMD DLL wil not compile from boost version 1.53 #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile SIMD with __declspec(dllexport) (SIMD_API not empty)

What is the expected output? What do you see instead?
Gives compiler error

What version of the product are you using? On what operating system?
SimD v0.10
boost 1.53.0
Windows

Please provide any additional information below.
Library boost::smart_ptr was changed in version 1.53. As a result, SimD will 
not compile using __declspec() (the compiler complains about a void function 
retruning a value in boost::shared_ptr). SimD can be compiled to a static 
library after setting SIMD_API as empty.

Original issue reported on code.google.com by Jarle.La...@gmail.com on 30 May 2013 at 8:59