Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support for GCC 4.7 (and VS2013) #609
Conversation
…f a template argument list or *_cast conversion incorrectly as the digraph '<:' (meaning '[') followed by a single ':'; the former can be resolved by -fpermissive, the latter isn't
…4.9) that means std::this_thread::yield() and std::this_thread::sleep_for() are only conditionally provided; see https://stackoverflow.com/a/12961816
…() is insignificant here
…ctors (and default specification on explicit destructors without exception specifications) aren't perfectly implemented
…captured for this lambda function" to be reported incorrectly
…ires the compiler to capture 'this' but the current default capture mode does not allow it"; the issue and workaround is the same as for GCC 4.7 in commit:5244af7c.
|
These all look good; I'll be happy to merge them once you've signed the CLA! |
|
Thanks! |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Only a small number of changes are required to build C++ REST SDK for GCC 4.7. While this may not be an officially supported compiler, the changes in this PR are ultimately trivial, with little or no effect on currently supported versions of GCC and MSVC. Each commit contains the workaround for one issue, explained in the commit comment.
One of the workarounds is also applied for VS2013 which has a similar compiler bug.