2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-22 05:42:37 +00:00
Files
thread/test
Andrey Semashev 8ebd61c280 Avoid relying on implicit copy constructor/operator deprecated in C++11.
C++11 deprecates implicit default copy constructors and operators if the class
has user-defined destructor or copy constructor/operator. gcc 9 generates
warnings when this deprecated language feature is used. This commit fixes that
by providing user-defained copy constructors/operators where needed. The
added definitions are equivalent to the implicitly generated by the compiler.

For thread::id, removed copy constructor to allow the compiler generate all
set of constructors and assignment operators, including move.
2020-04-05 02:17:14 +03:00
..
2019-03-22 10:46:53 -06:00
2017-09-17 08:51:10 -04:00
2015-06-21 17:37:30 +02:00
2015-06-21 17:37:30 +02:00
2017-09-17 08:51:10 -04:00
2013-05-22 17:13:03 +00:00
2017-09-19 03:20:46 +02:00
2017-09-19 03:20:46 +02:00
2013-05-01 09:17:39 +00:00
2013-09-17 19:32:03 +00:00
2013-09-17 19:32:03 +00:00
2013-09-17 19:32:03 +00:00
2017-09-19 03:20:46 +02:00
2017-09-17 08:51:10 -04:00
2014-11-02 15:08:44 +01:00
2014-11-02 15:08:44 +01:00
2017-11-07 21:14:35 -07:00
2015-05-15 15:05:09 +02:00
2015-08-21 18:37:08 +02:00
2017-02-28 23:29:28 +01:00
2017-02-28 23:29:28 +01:00
2017-10-26 08:07:49 -06:00
2018-04-14 09:26:31 +02:00
2018-08-07 13:54:35 +02:00
2017-09-17 08:51:10 -04:00
2017-04-29 17:56:32 +02:00
2018-03-08 07:50:45 +01:00
2014-11-02 15:08:44 +01:00