mirror of
https://github.com/boostorg/wave.git
synced 2026-01-24 18:32:38 +00:00
* The comma operator is deprecated inside of square brackets solution: add parentheses * Bitwise operations are deprecated between different enum types solution: add user-defined operators for the combinations we use * std::tmpnam usage gets a linker warning identifying security issues, recommends mkstemp() solution: use Boost.Filesystem temporary filename functions