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.
functor.hpp
1 parent e67a701 commit 071dfd7Copy full SHA for 071dfd7
CHANGELOG.md
@@ -11,6 +11,10 @@ Changes prior to 3.9.0 are documented as [release notes on GitHub](https://githu
11
12
<!-- Will contain entries for the next minor release -->
13
14
+### Deprecated
15
+
16
+- Deprecate use of the `bsoncxx/util/functor.hpp` header.
17
18
## 3.10.2 [Unreleased]
19
20
<!-- Will contain entries for the next patch release -->
src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/util/functor.hpp
@@ -19,6 +19,10 @@
#include <bsoncxx/config/prelude.hpp>
21
22
+BSONCXX_PRAGMA(
23
+ message("bsoncxx/util/functor.hpp header is deprecated and will be removed in an upcoming "
24
+ "major release"))
25
26
namespace bsoncxx {
27
namespace v_noabi {
28
namespace util {
0 commit comments