mapbox / variant

C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371 stars 101 forks source link

Silence warning under -Wundef #175

Open jagerman opened 4 years ago

jagerman commented 4 years ago

This line produces an undefined value warning when compiling in pre-C++17 mode with -Wundef turned on.