We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f77b2b + c105a86 commit 5f49f9aCopy full SHA for 5f49f9a
include/crow/json.h
@@ -1275,7 +1275,7 @@ namespace crow
1275
return load(str.data(), str.size());
1276
}
1277
1278
- class wvalue_reader;
+ struct wvalue_reader;
1279
1280
/// JSON write value.
1281
@@ -1285,7 +1285,7 @@ namespace crow
1285
class wvalue : public returnable
1286
{
1287
friend class crow::mustache::template_t;
1288
- friend class wvalue_reader;
+ friend struct wvalue_reader;
1289
1290
public:
1291
using object =
0 commit comments