mirror of
https://github.com/boostorg/config.git
synced 2026-02-03 22:05:04 +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.