Bug 300115 - Declaration not found: std::bind and std::placeholders.
Summary: Declaration not found: std::bind and std::placeholders.
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (other bugs)
Version First Reported In: git master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 07:44 UTC by panter.dsd@gmail.com
Modified: 2016-12-13 08:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 5.0.0
Sentry Crash Report:


Attachments
Screenshot showing there is no problem (165.09 KB, image/png)
2016-05-15 17:26 UTC, Priyanka Bandaru
Details

Note You need to log in before you can comment on or make changes to this bug.
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.