iverilog/libmisc
Lars-Peter Clausen dda960dce4 Use default copy-constructor for LineInfo
The LineInfo class defines a copy-constructor, but relies on the default
copy-assignment operator.

In newer versions of C++ this deprecated and modern compilers generate a
warning about this. A class must either use the default copy-constructor
and default copy-assignment operator or provide a user defined version of
both.

Since the current user-defined copy-constructor for LineInfo does the same
as the default copy-constructor, remove the custom one and rely on the
default constructor.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2022-04-17 09:14:38 +02:00
..
LineInfo.cc Use default copy-constructor for LineInfo 2022-04-17 09:14:38 +02:00
LineInfo.h Use default copy-constructor for LineInfo 2022-04-17 09:14:38 +02:00
StringHeap.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
StringHeap.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00