boost-tt-bug/0000755000076400007640000000000011421150665012061 5ustar karlkarlboost-tt-bug/MyDerived.cpp0000644000076400007640000000026411421146535014460 0ustar karlkarl #include #include "MyDerived.hpp" int MyDerived::Y() { return 0; } bool foo = boost::is_virtual_base_of::value; boost-tt-bug/.MyDerived.hpp.swp0000644000076400007640000003000011421150616015335 0ustar karlkarlb0VIM 7.2µÎDLŽ Qgkarlnevermore~karl/code/boost-tt-bug/MyDerived.hpputf-8 U3210#"! Utpÿ adm¥ ÿéè¾½ª©¦¥¤}; virtual int Y();class MyDerived : public virtual MyBase {#include "MyBase.hpp"boost-tt-bug/MyDerived.hpp0000644000076400007640000000012311421147265014460 0ustar karlkarl #include "MyBase.hpp" class MyDerived : public MyBase { virtual int Y(); }; boost-tt-bug/MyBase.hpp0000644000076400007640000000002511421146714013747 0ustar karlkarl class MyBase { };