Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7353: no newline at end of file
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-12-18 23:48:14
#7353: no newline at end of file
-------------------------------+----------------------
Reporter: habdank@⦠| Owner: djowel
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: fusion
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Changes (by Tobias Peciva <tobias.peciva@â¦>):
* status: closed => reopened
* version: Boost 1.50.0 => Boost 1.55.0
* resolution: worksforme =>
Comment:
Reopening, as this has still not been resolved. I just pulled down 1.55
(boost_1_55_0.tar.bz2) and built for OS X. Still no newline at end of
file.
For reference here is my boost/fusion/tuple/detail/preprocessed/tuple.hpp:
{{{
/*=============================================================================
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
}}}
Last character is "f", not newline.
And this is my build command, in case it matters:
{{{
./bootstrap.sh
./b2 -a toolset=clang cxxflags="-std=c++11" link=static variant=release
address-model=64 architecture=x86 threading=multi runtime-link=static
--without-math --without-graph --without-wave
-sZLIB_SOURCE="../../../../zlib-1.2.7" --stagedir=./Mac106/build/Release
stage
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7353#comment:5> 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:15 UTC