]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fusion/test/sequence/tuple_mutate.cpp
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / boost / libs / fusion / test / sequence / tuple_mutate.cpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Copyright (c) 1999-2003 Jaakko Jarvi
3 Copyright (c) 2001-2011 Joel de Guzman
4
5 Distributed under the Boost Software License, Version 1.0. (See accompanying
6 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7==============================================================================*/
8#include <boost/fusion/tuple.hpp>
9
10#define FUSION_SEQUENCE tuple
11#define FUSION_AT get
12#include "mutate.hpp"
13
14int
15main()
16{
17 test();
18 return boost::report_errors();
19}
20