[program options] msvc warning suppression

Hi Volodya, I've finally started using Boost.ProgramOptions and found some annoying msvc warnings. Okay to apply the attached patch ? Those warnings are totally useless, as templates can not have a "dll- interface". Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !

Jürgen Hunold wrote:
Okay to apply the attached patch ?
The second "pragma warning(push)" should be a pop. _____ Rob Stewart robert.stewart@sig.com Software Engineer, Core Software using std::disclaimer; Susquehanna International Group, LLP http://www.sig.com IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.

Hi Volodya, On Saturday, 4. September 2010 06:59:43 Vladimir Prus wrote:
Jürgen Hunold wrote:
Hi Volodya,
I've finally started using Boost.ProgramOptions and found some annoying msvc warnings. Okay to apply the attached patch ?
Yes, thanks!
While fixing the patch (push/pop) mismatch, I noticed some more warnings. All suppressed as seen in http://svn.boost.org/trac/boost/changeset/65318 Will merge to release tomorrow. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !
participants (3)
-
Jürgen Hunold
-
Stewart, Robert
-
Vladimir Prus