How to link the boost string algorithms library - which linker flags to use?
You do not need to link the boost::algorithm library. It is a header only library, hence you only need to #include
its header files.
For examples, see
- How to use boost string algorithm ends_with: A minimal example
- How to use boost string algorithm starts_with: A minimal example
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow