Blame include/internal/catch_text.h

rpm-build a7f80b
/*
rpm-build a7f80b
 *  Created by Phil on 10/2/2014.
rpm-build a7f80b
 *  Copyright 2014 Two Blue Cubes Ltd. All rights reserved.
rpm-build a7f80b
 *
rpm-build a7f80b
 *  Distributed under the Boost Software License, Version 1.0. (See accompanying
rpm-build a7f80b
 *  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
rpm-build a7f80b
 */
rpm-build a7f80b
#ifndef TWOBLUECUBES_CATCH_TEXT_H_INCLUDED
rpm-build a7f80b
#define TWOBLUECUBES_CATCH_TEXT_H_INCLUDED
rpm-build a7f80b
rpm-build a7f80b
#include "catch_clara.h"
rpm-build a7f80b
rpm-build a7f80b
namespace Catch {
rpm-build a7f80b
    using namespace clara::TextFlow;
rpm-build a7f80b
}
rpm-build a7f80b
rpm-build a7f80b
#endif // TWOBLUECUBES_CATCH_TEXT_H_INCLUDED