Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Compilation issues under VS2017 #30

Open
DominikWitczakAMD opened this issue Jun 27, 2017 · 0 comments
Open

Compilation issues under VS2017 #30

DominikWitczakAMD opened this issue Jun 27, 2017 · 0 comments

Comments

@DominikWitczakAMD
Copy link

Apart from the two major issues I've reported in other tickets, I also had to resolve the following glitches in the code to get it to build:

  1. CacheAlignedUniquePtrT definition: T[] had to be changed to T
  2. Image definition: I had to manually specify copy assignment operator for the class.
  3. ButteraugliComparator: I had to unconstify the member fields.

Please consider modifying the source code so that other folks don't have to go through the same process. Thanks.

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

No branches or pull requests

1 participant