Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ file in your project.
```

MSVC users must also define the macro `BOOST_JSON_NO_LIB` to disable
auto-linking.
auto-linking. Note, that if you also want to avoid linking to Boost.Container,
which is a dependency of Boost.JSON, you have to define
`BOOST_CONTAINER_NO_LIB`. In order to disable auto-linking to Boost libraries
completely you can define `BOOST_ALL_NO_LIB` instead.

### Embedded

Expand Down
5 changes: 4 additions & 1 deletion doc/qbk/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ file in your project.
```

MSVC users must also define the macro `BOOST_JSON_NO_LIB` to disable
auto-linking.
auto-linking. Note, that if you also want to avoid linking to Boost.Container,
which is a dependency of Boost.JSON, you have to define
`BOOST_CONTAINER_NO_LIB`. In order to disable auto-linking to Boost libraries
completely you can define `BOOST_ALL_NO_LIB` instead.

[heading Disabling Exceptions]

Expand Down
Loading