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

MSVC optimizer failing due to a few using statements. #1052

Open
rcrowder opened this issue Aug 20, 2016 · 0 comments
Open

MSVC optimizer failing due to a few using statements. #1052

rcrowder opened this issue Aug 20, 2016 · 0 comments

Comments

@rcrowder
Copy link
Contributor

PR #709 added a variety of serialization related changes. Two of those commits [1, 2] causes the Microsoft Visual C compiler/optimizer to fail. Scott had a comment answered [3] on why using Serializable::write; was added to the Spatial Pooler. And for most of those additions everything looks ok, but for some reason adding them to SparseBinaryMatrix and SparseMatrix throws an unknown exception when using the Visual C compiler.
Removal of the using lines (for both read and write) allows the MSVC compiler to build the nupic.core library correctly, but I'm unsure of what implications there would be if those lines are removed there. I'm guessing something with the setup of SparseBinaryMatrix and SparseMatrix is different than other setup in the PR changes?

ref https://discourse.numenta.org/t/nupic-core-compile-error-in-windows-64bits/995

1 e221e3d
2 5ffb053
3 #709 (comment)

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

No branches or pull requests

2 participants