File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ implementations for these features:
57
57
Select with ` -DBSONCXX_POLY_USE_STD_EXPERIMENTAL=1 ` . If your
58
58
toolchain's standard library provides ` optional ` and
59
59
` string_view ` in the namespace ` std::experimental ` , you can use
60
- this option.
60
+ this option. Be aware that your standard library's
61
+ ` std::experimental ` implementation may change over time,
62
+ breaking binary compatibility in unexpected ways. Note that this
63
+ polyfill is * not* recommended and is unsupported.
61
64
62
65
Most users should be fine sticking with the default. However, if you
63
66
have an existing application which makes heavy use of one of the
@@ -67,9 +70,6 @@ against the same library.
67
70
** DO NOT** change your project's polyfill if you need to create a
68
71
stable binary interface.
69
72
70
- Be aware that your standard library's ` std::experimental ` implementation
71
- may change over time, breaking binary compatibility in unexpected ways.
72
-
73
73
### Step 3: Download the latest version of the mongocxx driver.
74
74
75
75
To get the source via git, the ` releases/stable ` branch will track the most
You can’t perform that action at this time.
0 commit comments