- Mesaj
- 33
- Çözümler
- 1
- Beğeni
- 4
- Puan
- 424
- Ticaret Puanı
- 0
yardımcı olabilcek varmı acaba
cipher.h:39:49: error: ISO C++ forbids declaration of 'type name' with no type [ -fpermissive]
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~
cipher.h:39:43: error: expected primary-expression before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~~
cipher.h:39:43: error: expected primary-expression before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~~
cipher.h:39:43: error: expected ')' before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ~^~~~~
| )
cipher.h:39:43: error: expected ')' before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ~^~~~~
| )
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
gmake[1]: *** [Makefile:61: .obj/Monarch.o] Error 1
cipher.h:39:49: error: ISO C++ forbids declaration of 'type name' with no type [ -fpermissive]
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~
cipher.h:39:43: error: expected primary-expression before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~~
cipher.h:39:43: error: expected primary-expression before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ^~~~~
cipher.h:39:43: error: expected ')' before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ~^~~~~
| )
cipher.h:39:43: error: expected ')' before 'const'
39 | decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length);
| ~^~~~~
| )
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:99:32: error: expected ')' before 'a'
99 | template <typename T> T MIN(T a, T b)
| ^
../../common/stl.h:99:26: note: to match this '('
99 | template <typename T> T MIN(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
../../common/stl.h:104:32: error: expected ')' before 'a'
104 | template <typename T> T MAX(T a, T b)
| ^
../../common/stl.h:104:26: note: to match this '('
104 | template <typename T> T MAX(T a, T b)
| ^~~
gmake[1]: *** [Makefile:61: .obj/Monarch.o] Error 1
Son düzenleme: