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.
1 parent de1e64e commit 81ce720Copy full SHA for 81ce720
devapi/document.cc
@@ -52,7 +52,6 @@ using std::endl;
52
53
54
template <>
55
-PUBLIC_API
56
common::Value Value::get<common::Value>() const {
57
if (getType() == DOCUMENT) {
58
return common::Value::Access::mk_json(m_doc.get_json());
include/mysqlx/devapi/document.h
@@ -392,7 +392,6 @@ class Value
392
393
394
template<typename T>
395
- PUBLIC_API
396
T get() const;
397
398
//@}
@@ -740,6 +739,9 @@ try
740
739
{}
741
CATCH_AND_WRAP
742
+template <>
743
+PUBLIC_API common::Value Value::get<common::Value>() const;
744
+
745
template<>
746
inline
747
int Value::get<int>() const
0 commit comments