You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for occurrences of "tuple" in the code and I could only find then in the file gtest/gtest.h. In the file fff.h there are no occurrences of tuple and neither of gtest.
Maybe your compiler is trying to compile everything in fff?
Describe the bug
I can't compile the code on macOS Big Sur. It shows the following error:
To Reproduce
On macOS bigSur, after including <fff.h>, the compiler shows the following error:
fatal error: 'tr1/tuple' file not found
Expected behavior
flawless compilation
Compiler, toolset, platform (please complete the following information):
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.5 (clang-1205.0.22.11)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
The text was updated successfully, but these errors were encountered: