boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

Rename method arguments to avoid collision with linux UAPI macro #432

Open notdanhan opened 1 month ago

notdanhan commented 1 month ago

tc_gen is a macro in the linux UAPI, if included before <boost/test/unit_test.hpp> it causes compilation to fail.