• Stephan Bergmann's avatar
    Silence external/boost deprecated std::iterator warnings with MSVC 2017 · d84bf553
    Stephan Bergmann yazdı
    At least cl version 19.14.26433 generates such warning C4996 now.  While the one
    about the using declaration in boost/iterator.hpp looks somewhat bogus, the one
    in boost/circular_buffer/details.hpp is about an actual use of std::iterator as
    a base class in Boost-internal code.  If further such places in external/boost
    crop up that need fixing, an alternative approach could be to extend the
    external/boost/include/ wrappers to be also used with MSVC.  (Globally setting
    _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING has avoided, as it also
    finds uses in our own code that should be fixed, like
    58222feb "warning STL4015: std::iterator is
    deprecated (clang-cl)".)
    
    Change-Id: I6a41421a590fcee57b4ac8bcb7c3631fdfdecb81
    Reviewed-on: https://gerrit.libreoffice.org/58755
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    d84bf553
Adı
Son kayıt (commit)
Son güncelleme
..
include/boost Loading commit data...
Makefile Loading commit data...
Module_boost.mk Loading commit data...
README Loading commit data...
StaticLibrary_boost_date_time.mk Loading commit data...
StaticLibrary_boost_filesystem.mk Loading commit data...
StaticLibrary_boost_iostreams.mk Loading commit data...
StaticLibrary_boost_locale.mk Loading commit data...
StaticLibrary_boost_system.mk Loading commit data...
UnpackedTarball_boost.mk Loading commit data...
boost-android-unified.patch.1 Loading commit data...
boost.6142.warnings.patch.1 Loading commit data...
boost.gcc47679.patch Loading commit data...
boost.noiconv.patch Loading commit data...
boost.utility.Wundef.warnings.patch Loading commit data...
boost_1_59_0.mpl.config.wundef.patch Loading commit data...
boost_1_59_0.property_tree.wreturn-type.patch Loading commit data...
boost_1_60_0.undef.warning.patch Loading commit data...
boost_1_63_0.undef.warning.patch.1 Loading commit data...
clang-cl.patch.0 Loading commit data...
gcc9.patch.0 Loading commit data...
msvc2017.patch.0 Loading commit data...
rtti.patch.0 Loading commit data...
ubsan.patch.0 Loading commit data...
windows-no-utf8-locales.patch.0 Loading commit data...