You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
416 B

  1. --- a/src/blob.hpp
  2. +++ b/src/blob.hpp
  3. @@ -38,7 +38,7 @@
  4. // They seem to be doing something for MSC, but since I only have gcc, I'll just do that
  5. // Assuming this is uneccessary on GCC 4
  6. // #if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
  7. -#if (defined(__GNUC__) && (__GNUC__ >= 3) && (__GNUC__ <= 4))
  8. +#if (defined(__GNUC__) && (__GNUC__ >= 3))
  9. namespace std
  10. {
  11. template<>