File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ make the `Boost::any` CMake target provide it. After that an explicit usage of C
248248[any_module_example]
249249
250250The `Boost::any` CMake target gives an ability to mix includes and imports of the library in different translation units. Moreover,
251- if `BOOST_USE_MODULES` macro is defined then all the `boost/any...` includes implicilty do `import boost.any;` to give all the
251+ if `BOOST_USE_MODULES` macro is defined then all the `boost/any...` includes implicitly do `import boost.any;` to give all the
252252benefits of modules without changing the existing code.
253253
254254[note For better compile times make sure that `import std;` is available when building the `boost.any` module (in CMake logs there should be
You can’t perform that action at this time.
0 commit comments