Re: [Boost-bugs] [Boost C++ Libraries] #3499: VectorConcept missing DefaultConstructible concept check

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3499: VectorConcept missing DefaultConstructible concept check
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-02 21:41:01


#3499: VectorConcept missing DefaultConstructible concept check
----------------------------------------+-----------------------------------
 Reporter: christoph.heindl@… | Owner: guwi17
     Type: Bugs | Status: assigned
Milestone: Boost 1.41.0 | Component: uBLAS
  Version: Boost 1.40.0 | Severity: Problem
 Keywords: |
----------------------------------------+-----------------------------------
Changes (by guwi17):

  * status: new => assigned

Comment:

 in order to execute all concept checks one has to update the jamfile in
 libs/numeric/ublas/test. The internal tests are disabled by default
 because they are very expensive.
 {{{
 Index: test/Jamfile.v2
 ===================================================================
 --- test/Jamfile.v2 (Revision 56525)
 +++ test/Jamfile.v2 (Arbeitskopie)
 @@ -103,6 +103,8 @@ test-suite numeric/uBLAS
        [ compile concepts.cpp
          : # requirements
              <define>EXTERNAL
 + <define>INTERAL
 + <define>SKIP_BAD
              <toolset>intel-linux:<cxxflags>"-Xc"
                         <toolset>darwin:<cxxflags>"-fabi-version=0"
        ]
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3499#comment:2>
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:01 UTC