-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erf causes error in Visual C++ #5
Comments
It looks like VC++ has no a compatible |
I won't pull request as I added a "too big to link" dependence.
|
The extensive list of functions not supported "natively" under VS 2012 Update 5 is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Robin,
while compiling under VS2012 Update 5 I'm experiencing the follwing issue:
adept.h(1474): error C2784: 'adept::Erf<A> erf(const adept::Expression<A> &)' : could not deduce template argument for 'const adept::Expression<A> &' from 'adept::Real'
Have you any idea on how I can overtake this without update the VS version?
I guess I can avoid the #define ADEPT_DEFINE_UNARY_FUNCTION in the case of Erf and define it separately.
The text was updated successfully, but these errors were encountered: