certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-dev] C++ error in VS when building certi3.5.1


From: Bourbouh Hamza
Subject: [certi-dev] C++ error in VS when building certi3.5.1
Date: Thu, 12 Nov 2015 17:52:54 +0100

Hi everyone,

When I'm trying to build certi on Windows 10 with Visual Studio 13, it throws a lot of errors
For example :

9>D:\isae\certi\CERTI-3.5.1git-Source\libCERTI\M_Classes.cc(1047): error C2678: binary '<<' : no operator found which takes a left-hand operand of type
'std::basic_ostream<char,std::char_traits<char>>' (or there is no acceptable conversion)

the line of code that throws the error is :
 out << "(opt) eventRetraction =" << eventRetraction.show(out)      << std::endl;

Waiting for your ideas what goes wrong?
Hamza

reply via email to

[Prev in Thread] Current Thread [Next in Thread]