Choose a single compiler for all platforms #69
Labels
bug/code
Some code isn't working right
subject: Project Management
Related to the Rubeus project management
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).
The text was updated successfully, but these errors were encountered: