Hi maehne,
Thank you for the reply. In order to turn on the C++11 support what I did is;
After config, I have modified the make file as follows for both systemc and uvm-systemc installation;
- CXXFLAGS = -std=c++11
- CPPFLAGS = -std=c++11
However, the result is I got the same error about std::enable_if.
Do I something wrong? I do not know how I turn on the c++11 support duing installation of systemc and uvm-systemc.