- Mesaj
- 24
- Çözümler
- 2
- Beğeni
- 3
- Puan
- 418
- Ticaret Puanı
- 0
Tüm ayarlamaları yaptığımda discord diye bir klasör açtım bunu derledim. Clienti derlerken.
İlk şu şekilde bir hata aldım.
'Std: İterator<std::random_access_iterator_tag,rapidjson::GenericMember<Encoding,Allocator>,ptrdiff_t, rapidjson: Genericmember<Encoding,Allocator> *,rapidjson: Genericmember<Encoding,Allocator> &>': Warning stl4015: The std: İterator class template (used as a base class to provide typedefs) is deprecated in c++17. (the <iterator> header is not deprecated.) The c++ standard has never required user-defined iterators to derive from std: İterator. To fix this warning, stop deriving from std: İterator and start providing publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note that value_type is required to be non-const, even for constant iterators. You can define _sılence_cxx17_ıterator_base_class_deprecatıon_warnıng or _sılence_all_cxx17_deprecatıon_warnıngs to suppress this warning.
Çözümü:
Uyguladım sorun çözüldü ve bir diğer hata ise.
Tanınmayan '-permissive-' bayrağı, 'p2' içinde.
Çözüm için:
Eveti hayıra çevirmekmiş.
Şimdi takıldıgım hatada ise
Tanınmayan '-ssa-loop-scalar-promotion-ub-' bayrağı, 'p2' içinde bu hatanın çözümünü bulamadım. Yardımcı olur musunuz?
İlk şu şekilde bir hata aldım.
'Std: İterator<std::random_access_iterator_tag,rapidjson::GenericMember<Encoding,Allocator>,ptrdiff_t, rapidjson: Genericmember<Encoding,Allocator> *,rapidjson: Genericmember<Encoding,Allocator> &>': Warning stl4015: The std: İterator class template (used as a base class to provide typedefs) is deprecated in c++17. (the <iterator> header is not deprecated.) The c++ standard has never required user-defined iterators to derive from std: İterator. To fix this warning, stop deriving from std: İterator and start providing publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note that value_type is required to be non-const, even for constant iterators. You can define _sılence_cxx17_ıterator_base_class_deprecatıon_warnıng or _sılence_all_cxx17_deprecatıon_warnıngs to suppress this warning.
Çözümü:
Uyguladım sorun çözüldü ve bir diğer hata ise.
Tanınmayan '-permissive-' bayrağı, 'p2' içinde.
Çözüm için:
Eveti hayıra çevirmekmiş.
Şimdi takıldıgım hatada ise
Tanınmayan '-ssa-loop-scalar-promotion-ub-' bayrağı, 'p2' içinde bu hatanın çözümünü bulamadım. Yardımcı olur musunuz?