meekrosoft / fff

A testing micro framework for creating function test doubles
Other
749 stars 163 forks source link

fatal error: 'tr1/tuple' file not found #100

Open fgr-17 opened 3 years ago

fgr-17 commented 3 years ago

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 , 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):

cakira commented 2 years ago

Hi @fgr-17 !

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?