Georg, I have this suspicious warning with MSVC, do you know what it means?

Thanks,
Abdel.


D:\devel\lyx\trunk\boost\boost/bind.hpp(1575) : warning C4180: qualifier applied to function type has no meaning; ignored D:\devel\lyx\trunk\boost\boost/bind.hpp(1609) : see reference to class template instantiation 'boost::_bi::add_cref<Pm,I>' being compiled
        with
        [
Pm=const std::basic_string<char,std::char_traits<char>,std::allocator<char>> (__thiscall lyx::Buffer::* )(void),
            I=1
        ]
..\..\..\src\bufferlist.C(250) : see reference to class template instantiation 'boost::_bi::dm_result<Pm,A1>' being compiled
        with
        [
            Pm=const std::string (__thiscall lyx::Buffer::* )(void),
            A1=boost::arg<1>
        ]

Reply via email to