Registry / utility / boost-wave

boost-wave

JSON →
library1.90.0vcpkgunverified

Boost.Wave is a C++ preprocessor library conforming to the C++ standard.

vcpkg install boost-wave
INSTALL
IMPORT
SIG · BOOST-WAVE
B
boost-wave
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/wave.hpp
#include <boost/wave.hpp>

Print the version of Boost.Wave.

#include <boost/wave.hpp> #include <iostream> int main() { std::cout << "Boost.Wave version: " << BOOST_WAVE_VERSION << std::endl; return 0; }
Debug
Known issues
gotchaBoost.Wave is a header-only library but requires Boost.Spirit and other dependencies; ensure all Boost headers are available.
fix
Add find_package(Boost REQUIRED COMPONENTS wave) and link with Boost::wave.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-wave — pip install boost-wave · libregistry