mirror of
https://github.com/boostorg/config.git
synced 2025-10-27 22:01:50 +01:00
Variable templates can be used in C++03/11 and initialized lambda captures can be used in C++11 as language extensions, but they trigger "extension" warnings. Disallow these extensions to prevent the warning.