mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-10 09:05:33 +01:00
Fix block comment style.
Intel Compiler warns on nested comment.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*//////////////////////////////////////////////////////////////////////////////
|
||||
/*==============================================================================
|
||||
Copyright (c) 2013 Jamboree
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//////////////////////////////////////////////////////////////////////////////*/
|
||||
==============================================================================*/
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <boost/fusion/container/vector/vector.hpp>
|
||||
#include <boost/fusion/sequence/io/out.hpp>
|
||||
|
||||
Reference in New Issue
Block a user