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

Fix compile error#25

Open
antaljanosbenjamin wants to merge 2 commits into
MicrosoftResearch:release_0.5from
antaljanosbenjamin:safe-iterators
Open

Fix compile error#25
antaljanosbenjamin wants to merge 2 commits into
MicrosoftResearch:release_0.5from
antaljanosbenjamin:safe-iterators

Conversation

@antaljanosbenjamin

@antaljanosbenjamin antaljanosbenjamin commented Nov 5, 2018

Copy link
Copy Markdown

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