14namespace sequoia::testing
20 using regular_allocation_false_positive_test::regular_allocation_false_positive_test;
23 std::filesystem::path source_file()
const;
25 template<
bool PropagateCopy,
bool PropagateMove,
bool PropagateSwap>
26 void test_allocation();
30 template<
bool PropagateCopy,
bool PropagateMove,
bool PropagateSwap>
31 void test_perfectly_mixed();
33 template<
bool PropagateCopy,
bool PropagateMove,
bool PropagateSwap>
34 void test_weirdly_mixed();
Extension for checking allocations for types with regular semantics, see here.
Templated on the test_mode, this forms the basis of all allocation tests for regular types.
Definition: RegularAllocationTestCore.hpp:104
Definition: ScopedAllocationTestFalsePositiveDiagnosticsMixed.hpp:18