Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Fix compile error #25

Open
wants to merge 2 commits into
base: release_0.5
Choose a base branch
from

Conversation

antaljanosbenjamin
Copy link

@antaljanosbenjamin antaljanosbenjamin commented Nov 5, 2018

With Visual Studio 2017 I got CS1629: Unsafe code may not appear in iterators error in Naiad\CodeGeneration\AutoSerialization.cs:1242 . This was caused by a typeof(char*) expression. I changed the instances of this expression to typeof(char).MakePointerType().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant