Bug 300115

Summary: Declaration not found: std::bind and std::placeholders.
Product: [Applications] kdevelop Reporter: panter.dsd <panter.dsd>
Component: Language Support: CPP (old)Assignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: panter.dsd, pbandaru
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.0.0
Sentry Crash Report:
Attachments: Screenshot showing there is no problem

Description panter.dsd@gmail.com 2012-05-16 07:44:08 UTC
Declaration not found: std::bind and std::placeholders. 

Reproducible: Always




Using version from Git.
Comment 1 Aleix Pol 2013-03-31 00:50:33 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively
Comment 2 Priyanka Bandaru 2016-05-15 17:26:09 UTC
Created attachment 98993 [details]
Screenshot showing there is no problem


There seems to be no problem for kdevelop in detecting the declarations of std::bind and std::placeholders. Attached screenshot for the same.
#include <functional> may not have been declared, which was the reason the std::bind and std::placeholders declarations were not found.