Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+4 -9
View File
@@ -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