re PR libstdc++/65631 (seed_seq should not be copyable)
authorJonathan Wakely <jwakely@redhat.com>
Tue, 28 Apr 2015 12:35:30 +0000 (13:35 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 28 Apr 2015 12:35:30 +0000 (13:35 +0100)
commitd747ee05e36de80e530ad7d361750bba5c890342
tree70c6d512e1823606fc3780bd0050a10b99b392fc
parent196e0493cbb815694372c520cfb9150cad60d799
re PR libstdc++/65631 (seed_seq should not be copyable)

PR libstdc++/65631
* include/bits/random.h (seed_seq) Define copy constructor and copy
assignment as deleted.
* testsuite/26_numerics/random/seed_seq/cons/65631.cc: New.

From-SVN: r222524
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/random.h
libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc [new file with mode: 0644]