Comment 2 for bug 1201279

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

Because of this bug google-mock is currently unusable in Saucy. As an example, this simple application will not compile:

#include<gmock/gmock.h>

int main(int argc, char **argv) {
  return 0;
}