Re: [Boost-bugs] [Boost C++ Libraries] #7353: no newline at end of file

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7353: no newline at end of file
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-09 22:47:35


#7353: no newline at end of file
--------------------------------+-------------------------------------------
  Reporter: habdank@… | Owner: djowel
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: fusion
   Version: Boost 1.50.0 | Severity: Problem
Resolution: worksforme | Keywords:
--------------------------------+-------------------------------------------

Comment (by work@…):

 Hi, I have the exact same problem.

 boost/fusion/tuple/detail/preprocessed/tuple.hpp:21:7: warning: no newline
 at end of file

 I got the source (boost_1_53_0.tar.bz2) from sourceforge. Built an
 installed standard (./bootstrap.sh --prefx=/my/pfix ; ./b2 install).

 I checked the file and it seems to be autogenerated, and really, the last
 character on the file is the "f" from #endif. Here's the file


 {{{
 /*=============================================================================
     Copyright (c) 2001-2011 Joel de Guzman

     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)

     This is an auto-generated file. Do not edit!
 ==============================================================================*/
 #if FUSION_MAX_VECTOR_SIZE <= 10
 #include <boost/fusion/tuple/detail/preprocessed/tuple10.hpp>
 #elif FUSION_MAX_VECTOR_SIZE <= 20
 #include <boost/fusion/tuple/detail/preprocessed/tuple20.hpp>
 #elif FUSION_MAX_VECTOR_SIZE <= 30
 #include <boost/fusion/tuple/detail/preprocessed/tuple30.hpp>
 #elif FUSION_MAX_VECTOR_SIZE <= 40
 #include <boost/fusion/tuple/detail/preprocessed/tuple40.hpp>
 #elif FUSION_MAX_VECTOR_SIZE <= 50
 #include <boost/fusion/tuple/detail/preprocessed/tuple50.hpp>
 #else
 #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
 #endif
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7353#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC