Skip to content

Commit 1649ab6

Browse files
committed
Fix missing symbols on some platforms
Change-Id: Ie980463d319d49ff9033e0ba5a5bcbdee54713cc
1 parent a12de4c commit 1649ab6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

devapi/document.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ using std::endl;
5050
// Value::get specialization to allow convertion to common::Value type
5151
// --------------------
5252

53-
// We need to export this template instantiation
53+
// // We need to export this template instantiation
5454
template PUBLIC_API common::Value Value::get<common::Value>() const;
5555

5656
template <>

include/mysqlx/devapi/document.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2015, 2023, Oracle and/or its affiliates.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2.0, as
@@ -392,6 +392,7 @@ class Value
392392

393393

394394
template<typename T>
395+
PUBLIC_API
395396
T get() const;
396397

397398
//@}

0 commit comments

Comments
 (0)