Open Octogonapus opened 7 years ago
Including tuple before or after including API.h should not cause any compiler errors
If tuple is included after API.h a compiler error is thrown: https://hastebin.com/vubolicumu.php
Include C++ header tuple before PROS header API.h
Kernel Version: 2.12.0
If I comment out these lines: https://hastebin.com/efodegaduy.cpp Then the error goes away and I can include tuple and API.h in whatever order I want. Tagging regression: #5
Expected Behavior:
Including tuple before or after including API.h should not cause any compiler errors
Actual Behavior:
If tuple is included after API.h a compiler error is thrown: https://hastebin.com/vubolicumu.php
Steps to reproduce:
Include C++ header tuple before PROS header API.h
System information:
Kernel Version: 2.12.0
Additional Information
If I comment out these lines: https://hastebin.com/efodegaduy.cpp Then the error goes away and I can include tuple and API.h in whatever order I want. Tagging regression: #5