|
Re: non-managed c++ projects and scanner [message #1855319 is a reply to message #1854725] |
Fri, 07 October 2022 21:14 |
Kent Dorfman Messages: 21 Registered: December 2020 |
Junior Member |
|
|
crickets chirping...
and another serious annoyance: header file extends std::runtime_error as
class MyException:public std::runtime_error {
public:
using std::runtimer_error::runtime_error;
};
in cpp file:
throw MyException("bug");
says MyError is ambiguous but doesn't provide any possible solutions. If it's ambiguous then it should at least list the possibilities of what it thinks it "may be".
not a language or build problem, as the Makefile builds it without issue, and it performs as expected, but as soon as the CDT scanner/analyzer runs it generates these superfluous errors...as well as others.
All I'm looking for is an authoritative statement on the latest C++ spec that should be well supported. If c++17 isn't supported then so be it, but trying to find specific information in the foundation website is ...
[Updated on: Fri, 07 October 2022 22:00] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04359 seconds