mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
2acfab15a3a1516ac8295036c83b673879a0a4a4
Previous fix 4ae33c for ticket #6797 introduced a new problem with Visual Studio compilers about two missing methods in 'common_config_file_iterator'. Adding those seemingly not required methods as empty methods fixes the issue. As an added bonus, the bogus warnings about DLL-interfaces get a silencing treatment, too. Tests were run with vc10, vc11, and vc12. Without this fix, the affected test cases fail on all 3 compilers. With the fix in place, all tests pass. Signed-off-by: Daniela Engert <dani@ngrt.de>
Description
Mirrored via gitea-mirror
Languages
C++
96.7%
Shell
1.2%
CMake
1%
Python
0.5%
Batchfile
0.5%
Other
0.1%