Skip to content
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

Windows specific fixes and segfault fix for graphics #2443

Merged
merged 3 commits into from Feb 26, 2019

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented Feb 23, 2019

Resolves #2440

Also includes couple of windows specific fixes.

@9prady9 9prady9 requested a review from umar456 February 23, 2019 15:31
@9prady9 9prady9 changed the title Win fixes Windows specific fixes and segfault fix for graphics Feb 23, 2019
std::make_shared creates a temporary object that utilizes alignment greater
than alignof(std::max_align_t) for the type cdouble. When extended
alignment is used without enabling it explicitly, type_traits header
from VC++ throws a static assertion preventing successful build. Note
that this happens on VS updates beyond 15.7 i.e. _MSC_VER > 1914.
@umar456 umar456 merged commit d646034 into arrayfire:master Feb 26, 2019
@9prady9 9prady9 deleted the win_fixes branch February 26, 2019 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault ForgeManager
2 participants