mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Add dllexport to common_config_file_iterator.
As reported in #6797, there are linker errors otherwise. I do not know why regression tests, which test dll linking explicitly, do not catch this.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace boost { namespace program_options { namespace detail {
|
||||
TODO: maybe, we should just accept a pointer to options_description
|
||||
class.
|
||||
*/
|
||||
class common_config_file_iterator
|
||||
class BOOST_PROGRAM_OPTIONS_DECL common_config_file_iterator
|
||||
: public eof_iterator<common_config_file_iterator, option>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user