This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/37986] std::tr1::variate_generator does not conform to TR1.



------- Comment #5 from paolo at gcc dot gnu dot org  2008-11-12 10:00 -------
Subject: Bug 37986

Author: paolo
Date: Wed Nov 12 09:59:27 2008
New Revision: 141784

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141784
Log:
2008-11-12  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/37986 (cont)
        * include/tr1_impl/random (struct _Adaptor): Use only remove_reference
        on _Engine.
        (struct _Adaptor<_Engine*, _Distribution>): Add.
        * testsuite/tr1/5_numerical_facilities/random/variate_generator/
        37986.cc: Extend.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/tr1_impl/random
   
trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/37986.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37986


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]