[Github-comments] [geany] Function return types truncated in C++ (#845)

elextr notifications at xxxxx
Fri Jan 1 07:55:03 UTC 2016


Example (compiles and runs):

```c++
#include <string>
#include <iostream>

std::string f(){
    return std::string("abc");
};

int main(int, char **)
{
	std::cout<<f()<<std::endl;
	return 0;
}
```

The return type for `f()` shown in the symbol bar tooltip and the editing window tooltip (when you type `f(` ) only shows the `std` not `std::string`.


---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/845
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151231/2e028ce3/attachment.html>


More information about the Github-comments mailing list