Skip to content

Instantly share code, notes, and snippets.

@Borgleader
Created April 29, 2016 14:34
Show Gist options
  • Save Borgleader/b8b23f3226e015b2494d82ee4cf7a94c to your computer and use it in GitHub Desktop.
Save Borgleader/b8b23f3226e015b2494d82ee4cf7a94c to your computer and use it in GitHub Desktop.
So, I'm developing a C++11 library (maybe C++14?). I have a bunch of different compilers version to choose from, and, since I'm using Boost for things that I seriously shouldn't be reinventing, I also have a bunch of different versions of Boost to choose from.
I plan to support GCC and clang, and maybe VC++ (depending on when they will have variadic templates implemented, as opposed to ICEadic templates).
What do you think is the minimum version I need to have my library working with for general acceptance?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment