[Boost-bugs] [Boost C++ Libraries] #9906: random/test/seed_seq_archetype missing result_type?

Subject: [Boost-bugs] [Boost C++ Libraries] #9906: random/test/seed_seq_archetype missing result_type?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-14 21:33:57


#9906: random/test/seed_seq_archetype missing result_type?
------------------------------+---------------------------
 Reporter: thijs@… | Owner: no-maintainer
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: random
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 I'm not sure if I have identified the problem correctly, but I think it's
 like this:

 I'm testing a new random engine against the boost random/test/ scripts. In
 my code I'm using

 BOOST_RANDOM_DETAIL_SEED_SEQ_SEED(my_engine, SeeqSeq, seq)
 {
 ... sizeof(typename SeeqSeq::result_type)

 and the script test my code with

 SeeqSeq =
 boost::random::test::seed_seq_archetype<boost::null_archetype<int> >

 This seed_seq_archetype defined in random/test/concepts.hpp seems to be
 missing result_type. It has value_type instead. The C++11 draft (N3242
 p905) says it should have a result_type and that's also what I see in
 boost/random/seed_seq.hpp

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9906>
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