2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-26 07:02:23 +00:00
Files
wave/samples
Jeff Trull 83cb264b5f Use constexpr instead of macros for tokenid constants in samples (#167)
Under Visual Studio 2019 (and possibly 2017), building with /permissive- causes three samples to fail to compile. Adding the /Zc:twoPhase- option makes them compile successfully again. See bug #160 for more details.

It's unclear what the source of this issue is, but using constexpr variables instead of a macro is better practice anyway, and fixes the errors.
2022-06-22 17:35:44 -07:00
..
2020-05-19 10:41:22 -07:00
2020-06-27 07:22:52 -07:00