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:
Vladimir Prus
2013-12-19 08:16:19 +04:00
parent fda6414443
commit 4ae33ce15e

View File

@@ -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: