Fix block comment style.

Intel Compiler warns on nested comment.
This commit is contained in:
Kohei Takahashi
2015-09-09 13:35:03 +09:00
parent 4855d1fac1
commit a6d1b303b3
6 changed files with 12 additions and 12 deletions

View File

@ -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>