Searched refs:VPT (Results 1 – 2 of 2) sorted by relevance
28 typedef volatile std::packaged_task<A(int, char)> VPT; typedef32 …PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; // expected-error {{no matching const… in main()
26 typedef volatile std::packaged_task<A(int, char)> VPT; typedef31 VPT init{}; in main()