Commit 5b46281
Fix build with libcxx
Fixes error "implicit instantiation of undefined template 'std::string'"
requested in mongocxx/options/auto_encryption.hpp:256:29:
stdx::optional<ns_pair> _key_vault_namespace;
and likewise in client_encryption.hpp.1 parent 30c6af6 commit 5b46281
File tree
2 files changed
+4
-0
lines changed- src/mongocxx/options
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments