2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-24 18:32:38 +00:00
Files
wave/include
Jeff Trull 1db25211a4 Fix various warnings (#148)
* 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
2022-02-05 15:44:11 -08:00
..
2022-02-05 15:44:11 -08:00