wangxiaowei0303 / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

Missing 'template' keyword in GenericDocument::ParseStream #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compiling document.h with Clang produces an error because the 'template' 
keyword is not used to call a member function template of a dependent type.

The attached patch fixes it.

Original issue reported on code.google.com by jonathan...@gmail.com on 17 May 2013 at 12:24

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by milo...@gmail.com on 18 Jun 2013 at 1:51