lethal-guitar / VariantTalk

Example code and slides for my talk "std::variant and the Power of Pattern Matching"
MIT License
42 stars 9 forks source link

Fix error when /usr/local/include is in system includes #3

Closed beached closed 3 years ago

beached commented 3 years ago

Added -Wno-poison-system-directories since this will prevent building on machines, such as macos with brew, that use /usr/local/include. -Weverything enables it now.

lethal-guitar commented 3 years ago

Thank you! 👍🏻