Skip to content

Conversation

dfpetrin
Copy link

The example command for compiling the compiled JSON library example using clang++ incorrectly uses the link path option to provide a full path to the boost_json library. That option needs to have only the path to the directory containing that library, and then the -l flag needs to also be passed, with the name of the library.

The example command for compiling the compiled JSON library example using clang++ incorrectly uses the link path option to provide a full path to the boost_json library. That option needs to have only the path to the directory containing that library, and then the `-l` flag needs to also be passed, with the name of the library.
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://489.site-docs.prtest2.cppalliance.org/index.html

@grisumbras
Copy link
Member

@nigels-com
Copy link

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants