| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
On MinGW calling conversion are actually macros that are expanded into a GCC attribute (e.g. `__fastcall` expands into `__attribute__((__fastcall__))`).
|
Ping |
Sorry, something went wrong.
|
Sorry for my silence. Me not being a Windows developer I feel a bit uncomfortable reviewing this. Do you think it would be possible to add a MinGW (cross-)compiler to the mix of compilers we use on Travis-CI or AppVeyor ? That would help prove that things work as intended. |
Sorry, something went wrong.
|
I seen other boost projects use mingw on appveyor, I could have added it here, but I do know nothing about faber (and it seems to not run module tests #254). |
Sorry, something went wrong.
|
OK, fair point. I'll thus try to add MinGW to the mix, then we should be able to see whether this PR fixes one (or more) failures. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
On MinGW calling conversion are actually macros that are expanded into a GCC attribute (e.g. __fastcall expands into __attribute__((__fastcall__))).