duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

C++ reference: Missing parentheses in code snippets on some queries #208

Closed p12tic closed 7 years ago

p12tic commented 8 years ago

The code snippets returned by e.g. https://duckduckgo.com/?q=std%3A%3Avector%3A%3Abegin lack parentheses. Current output: iterator begin; const_iterator begin const;

Expected output: iterator begin(); const_iterator begin() const;

According to https://github.com/duckduckgo/zeroclickinfo-fathead/pull/177#issuecomment-187383835 the issue is not related with the cppreference plugin itself.

pjhampton commented 7 years ago

Hey! Thanks for reporting! This is an internal issue that is being solved I believe 👍