Re: [Boost-bugs] [Boost C++ Libraries] #10033: scale_down on rectangle does not compile

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10033: scale_down on rectangle does not compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-11 06:46:59


#10033: scale_down on rectangle does not compile
-------------------------------------------------+-------------------------
  Reporter: Jakob Schou Jensen | Owner: asydorchuk
  <jakob.schou.jensen@…> | Status: new
      Type: Bugs | Component: polygon
 Milestone: To Be Determined | Severity: Problem
   Version: Boost 1.55.0 | Keywords:
Resolution: |
-------------------------------------------------+-------------------------

Comment (by Jakob Schou Jensen <jakob.schou.jensen@…>):

 The compiler is:
 {{{
> clang++ --version
    Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
    Target: x86_64-apple-darwin13.1.0
    Thread model: posix
 }}}

 I compile this main.cpp file:
 {{{
    #include <boost/polygon/polygon.hpp>
    using namespace boost::polygon;

    int main() {
      rectangle_data<int> r;
      scale_down( r, 2 );

      return 0;
    }
 }}}

 With this command line:
 {{{
> clang++ -I <path to boost>/boost_1_55_0/ main.cpp
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10033#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:16 UTC