Import Geant4 10.7.0 source tree
This commit is contained in:
+4
-9
@@ -50,15 +50,13 @@ namespace PTL
|
||||
{
|
||||
class ThreadPool;
|
||||
|
||||
#define _MOVE_MEMBER(_member) _member = std::move(rhs._member)
|
||||
|
||||
class VTaskGroup
|
||||
{
|
||||
public:
|
||||
template <typename _Tp>
|
||||
using container_type = std::vector<_Tp>;
|
||||
template <typename _Tp>
|
||||
using list_type = std::vector<_Tp>;
|
||||
template <typename Tp>
|
||||
using container_type = std::vector<Tp>;
|
||||
template <typename Tp>
|
||||
using list_type = std::vector<Tp>;
|
||||
|
||||
typedef VTaskGroup this_type;
|
||||
typedef std::thread::id tid_type;
|
||||
@@ -154,7 +152,4 @@ VTaskGroup::clear()
|
||||
|
||||
//--------------------------------------------------------------------------------------//
|
||||
|
||||
// don't pollute
|
||||
#undef _MOVE_MEMBER
|
||||
|
||||
} // namespace PTL
|
||||
|
||||
Reference in New Issue
Block a user