File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ using std::endl;
50
50
// Value::get specialization to allow convertion to common::Value type
51
51
// --------------------
52
52
53
- // We need to export this template instantiation
53
+ // // We need to export this template instantiation
54
54
template PUBLIC_API common::Value Value::get<common::Value>() const ;
55
55
56
56
template <>
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2020 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2015, 2023 , Oracle and/or its affiliates.
3
3
*
4
4
* This program is free software; you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License, version 2.0, as
@@ -392,6 +392,7 @@ class Value
392
392
393
393
394
394
template <typename T>
395
+ PUBLIC_API
395
396
T get () const ;
396
397
397
398
// @}
You can’t perform that action at this time.
0 commit comments