Skip to content
Snippets Groups Projects

Change required to compile for C++20.

Merged Patrick Thomas requested to merge patrick.thomas/dtt:c++20 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -502,7 +502,7 @@ template <class T>
// //
//////////////////////////////////////////////////////////////////////////
template <class T>
smart_io<T>::~smart_io<T>()
smart_io<T>::~smart_io()
{
for (iterator i = fIO.begin(); i != fIO.end(); i++) {
delete i->second;
Loading