mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 00:57:20 +02:00
Fix adapt_struct test which was missing an using keyword.
This commit is contained in:
@ -107,6 +107,7 @@ main()
|
|||||||
{
|
{
|
||||||
using namespace boost::fusion;
|
using namespace boost::fusion;
|
||||||
using namespace boost;
|
using namespace boost;
|
||||||
|
using ns::point;
|
||||||
|
|
||||||
std::cout << tuple_open('[');
|
std::cout << tuple_open('[');
|
||||||
std::cout << tuple_close(']');
|
std::cout << tuple_close(']');
|
||||||
|
Reference in New Issue
Block a user