Registry / utility / boost-parser

boost-parser

JSON →
library1.90.0vcpkgunverified

Boost parser module

vcpkg install boost-parser
INSTALL
IMPORT
SIG · BOOST-PARSER
B
boost-parser
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/parser/parser.hpp
#include <boost/parser/parser.hpp>

Parse integers using Boost.Parser

#include <boost/parser/parser.hpp> #include <string> int main() { std::string input = "42"; auto result = boost::parser::parse(input, boost::parser::int_); return 0; }
Debug
Known issues
gotchaBoost.Parser is header-only but requires C++17 or later
fix
Set CMAKE_CXX_STANDARD to 17 or higher
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

boost-parser — pip install boost-parser · libregistry