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

Choose a single compiler for all platforms #69

Open
twaritwaikar opened this issue Nov 29, 2018 · 1 comment
Open

Choose a single compiler for all platforms #69

twaritwaikar opened this issue Nov 29, 2018 · 1 comment
Labels
bug/code Some code isn't working right subject: Project Management Related to the Rubeus project management

Comments

@twaritwaikar
Copy link
Member

Master HEAD: f2c77c5

OS version: Windows 10 Home Edition

CPU/GPU: Intel i7 CPU 3.4GHz/Nvidia GTX 1060 6 GB

Steps to Reproduce: Trying building on Linux using GCC and with MSVC on Windows

Description:
There are some non-const lvalue references that were able to work in MSVC but not in GCC (being used in Linux). It is not realistic to fix all references while compiling on GCC in Linux. Thus there is a need to standardize the compiler being used to GCC on Linux and MinGW on Windows (closest GCC clone for Windows).

@twaritwaikar
Copy link
Member Author

Opened due to #68

@twaritwaikar twaritwaikar added bug/code Some code isn't working right subject: Project Management Related to the Rubeus project management labels Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/code Some code isn't working right subject: Project Management Related to the Rubeus project management
Projects
None yet
Development

No branches or pull requests

1 participant