- Mesaj
- 108
- Çözümler
- 3
- Beğeni
- 12
- Puan
- 434
- Ticaret Puanı
- 0
@Whistle sizin metin2 sıfırdan alt yapıya won sistemi ekledim src leri build ederken aldığım hata
putty build hata:
In file included from ../../../Extern/include/boost/bind.hpp:30,
from main.cpp:66:
../../../Extern/include/boost/config/pragma_message.hpp:24:34: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
| ^~~~~~~
../../../Extern/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~