CnUnix

[알림판목록 I] [알림판목록 II] [글목록][이 전][다 음]
[ CnUnix ] in KIDS
글 쓴 이(By): memory (라면밥말아)
날 짜 (Date): 2006년 4월 14일 금요일 오전 08시 35분 02초
제 목(Title): 바로위 질문 error log


dev-c++에서 발생한 에러 로그입니다.

Compiler: Default compiler
Building Makefile: "E:\Dev-Cpp\Makefile.win"
Executing  make...
make.exe -f "E:\Dev-Cpp\Makefile.win" all
g++.exe -c C:/t/graph-driver.cpp -o C:/t/graph-driver.o 
-I"e:/Dev-Cpp/include/c++"  -I"e:/Dev-Cpp/include/c++/mingw32"  
-I"e:/Dev-Cpp/include/c++/backward"  -I"e:/Dev-Cpp/include"   

In file included from e:/Dev-Cpp/include/c++/bits/basic_ios.h:41,
                 from e:/Dev-Cpp/include/c++/ios:51,
                 from e:/Dev-Cpp/include/c++/ostream:45,
                 from e:/Dev-Cpp/include/c++/iostream:45,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/bits/locale_facets.h: In constructor 
`std::numpunct_byname<_CharT>::numpunct_byname(const char*, size_t)':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:564: error: there are no 
arguments to `_S_create_c_locale' that depend on a template parameter, so 
a declaration of `_S_create_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h:564: error: (if you use 
`-fpermissive', G++ will accept your code, but allowing the use of an 
undeclared name is deprecated)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:565: error: there are no 
arguments to `_M_initialize_numpunct' that depend on a template parameter, 
so a declaration of `_M_initialize_numpunct' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h: In destructor `virtual 
std::numpunct_byname<_CharT>::~numpunct_byname()':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:571: error: there are no 
arguments to `_S_destroy_c_locale' that depend on a template parameter, so 
a declaration of `_S_destroy_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h: In constructor 
`std::collate_byname<_CharT>::collate_byname(const char*, size_t)':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:928: error: 
`_M_c_locale_collate' undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:928: error: (Each undeclared 
identifier is reported only once for each function it appears in.)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:928: error: `_S_c_locale' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:929: error: there are no 
arguments to `_S_destroy_c_locale' that depend on a template parameter, so 
a declaration of `_S_destroy_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h:930: error: there are no 
arguments to `_S_create_c_locale' that depend on a template parameter, so 
a declaration of `_S_create_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h: In constructor 
`std::moneypunct_byname<_CharT, _Intl>::moneypunct_byname(const char*, 
size_t)':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:1520: error: there are no 
arguments to `_S_create_c_locale' that depend on a template parameter, so 
a declaration of `_S_create_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h:1521: error: there are no 
arguments to `_M_initialize_moneypunct' that depend on a template 
parameter, so a declaration of `_M_initialize_moneypunct' must be 
available

e:/Dev-Cpp/include/c++/bits/locale_facets.h: In destructor `virtual 
std::moneypunct_byname<_CharT, _Intl>::~moneypunct_byname()':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:1527: error: there are no 
arguments to `_S_destroy_c_locale' that depend on a template parameter, so 
a declaration of `_S_destroy_c_locale' must be available

In file included from e:/Dev-Cpp/include/c++/bits/basic_ios.h:41,
                 from e:/Dev-Cpp/include/c++/ios:51,
                 from e:/Dev-Cpp/include/c++/ostream:45,
                 from e:/Dev-Cpp/include/c++/iostream:45,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/bits/locale_facets.h: In constructor 
`std::messages_byname<_CharT>::messages_byname(const char*, size_t)':
e:/Dev-Cpp/include/c++/bits/locale_facets.h:1756: error: 
`_M_name_messages' undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:1757: error: 
`_M_c_locale_messages' undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:1757: error: `_S_c_locale' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/locale_facets.h:1758: error: there are no 
arguments to `_S_destroy_c_locale' that depend on a template parameter, so 
a declaration of `_S_destroy_c_locale' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.h:1759: error: there are no 
arguments to `_S_create_c_locale' that depend on a template parameter, so 
a declaration of `_S_create_c_locale' must be available

In file included from e:/Dev-Cpp/include/c++/limits:48,
                 from e:/Dev-Cpp/include/c++/bits/locale_facets.tcc:43,
                 from e:/Dev-Cpp/include/c++/locale:46,
                 from e:/Dev-Cpp/include/c++/bits/ostream.tcc:37,
                 from e:/Dev-Cpp/include/c++/ostream:275,
                 from e:/Dev-Cpp/include/c++/iostream:45,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h: At global scope:
e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:82: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:82: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:86: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:86: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:90: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:90: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:94: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:94: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:99: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:99: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:103: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:103: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:107: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:107: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:111: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:111: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:116: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:116: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:120: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:120: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:124: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:124: error: expected `;' 
before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:128: error: expected 
init-declarator before "_iec559_consts"

e:/Dev-Cpp/include/c++/mingw32/bits/cpu_limits.h:128: error: expected `;' 
before "_iec559_consts"

In file included from e:/Dev-Cpp/include/c++/locale:46,
                 from e:/Dev-Cpp/include/c++/bits/ostream.tcc:37,
                 from e:/Dev-Cpp/include/c++/ostream:275,
                 from e:/Dev-Cpp/include/c++/iostream:45,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/bits/locale_facets.tcc: In member function `_InIter 
std::num_get<_CharT, _InIter>::_M_extract_float(_InIter, _InIter, 
std::ios_base&, std::_Ios_Iostate&, std::string&) const':
e:/Dev-Cpp/include/c++/bits/locale_Cacets.tcc:217: error: there are no 
arguments to `__verify_grouping' that depend on a template parameter, so a 
declaration of `__verify_grouping' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.tcc: In member function `_InIter 
std::num_get<_CharT, _InIter>::_M_extract_int(_InIter, _InIter, 
std::ios_base&, std::_Ios_Iostate&, std::string&, int&) const':
e:/Dev-Cpp/include/c++/bits/locale_facets.tcc:368: error: there are no 
arguments to `__verify_grouping' that depend on a template parameter, so a 
declaration of `__verify_grouping' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.tcc: In member function `virtual 
_InIter std::money_get<_CharT, _InIter>::do_get(_InIter, _InIter, bool, 
std::ios_base&, std::_Ios_Iostate&, long double&) const':
e:/Dev-Cpp/include/c++/bits/locale_facets.tcc:977: error: there are no 
arguments to `__convert_to_v' that depend on a template parameter, so a 
declaration of `__convert_to_v' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.tcc: In member function `virtual 
_InIter std::money_get<_CharT, _InIter>::do_get(_InIter, _InIter, bool, 
std::ios_base&, std::_Ios_Iostate&, std::basic_string<_CharT, 
std::char_traits<_CharT>, std::allocator<_CharT> >&) const':
e:/Dev-Cpp/include/c++/bits/locale_facets.tcc:1181: error: there are no 
arguments to `__verify_grouping' that depend on a template parameter, so a 
declaration of `__verify_grouping' must be available

e:/Dev-Cpp/include/c++/bits/locale_facets.tcc: In member function `virtual 
_OutIter std::money_put<_CharT, _OutIter>::do_put(_OutIter, bool, 
std::ios_base&, _CharT, long double) const':
e:/Dev-Cpp/include/c++/bits/locale_facets.tcc:1228: error: there are no 
arguments to `__convert_from_v' that depend on a template parameter, so a 
declaration of `__convert_from_v' must be available

In file included from e:/Dev-Cpp/include/c++/ostream:275,
                 from e:/Dev-Cpp/include/c++/iostream:45,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(bool)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:152: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:152: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(long int)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:179: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:179: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(long unsigned int)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:214: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:214: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(long long int)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:242: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:242: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(long long unsigned int)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:278: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:278: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(double)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:304: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:304: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(long double)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:329: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:329: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::operator<<(const void*)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:354: error: `_M_fnumput' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/ostream.tcc:354: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/ostream.tcc: In member function 
`std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, 
_Traits>::put(_CharT)':
e:/Dev-Cpp/include/c++/bits/ostream.tcc:377: error: there are no arguments 
to `rdbuf' that depend on a template parameter, so a declaration of 
`rdbuf' must be available

In file included from e:/Dev-Cpp/include/c++/istream:297,
                 from e:/Dev-Cpp/include/c++/iostream:46,
                 from C:/t/graph-driver.cpp:5:
e:/Dev-Cpp/include/c++/bits/istream.tcc: In member function 
`std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, 
_Traits>::operator>>(bool&)':
e:/Dev-Cpp/include/c++/bits/istream.tcc:117: error: `_M_fnumget' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/istream.tcc:117: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/istream.tcc: In member function 
`std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, 
_Traits>::operator>>(short int&)':
e:/Dev-Cpp/include/c++/bits/istream.tcc:145: error: `_M_fnumget' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/istream.tcc:145: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/istream.tcc: In member function 
`std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, 
_Traits>::operator>>(short unsigned int&)':
e:/Dev-Cpp/include/c++/bits/istream.tcc:181: error: `_M_fnumget' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/istream.tcc:181: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/istream.tcc: In member function 
`std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, 
_Traits>::operator>>(int&)':
e:/Dev-Cpp/include/c++/bits/istream.tcc:209: error: `_M_fnumget' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/istream.tcc:209: error: there are no arguments 
to `_M_check_facet' that depend on a template parameter, so a declaration 
of `_M_check_facet' must be available

e:/Dev-Cpp/include/c++/bits/istream.tcc: In member function 
`std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, 
_Traits>::operator>>(unsigned int&)':
e:/Dev-Cpp/include/c++/bits/istream.tcc:245: error: `_on)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In constructor 
`std::basic_filebuf<_CharT, _Traits>::basic_filebuf()':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:78: error: `_M_buf_unified' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `typename 
std::basic_filebuf<_CharT, _Traits>::__filebuf_type* 
std::basic_filebuf<_CharT, _Traits>::open(const char*, 
std::_Ios_Openmode)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:92: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `typename 
std::basic_filebuf<_CharT, _Traits>::__filebuf_type* 
std::basic_filebuf<_CharT, _Traits>::close()':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:113: error: `_M_out_cur' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:113: error: `_M_out_beg' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:113: error: `_M_out_end' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:119: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:121: error: there are no arguments 
to `_M_pback_destroy' that depend on a template parameter, so a 
declaration of `_M_pback_destroy' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual 
std::streamsize std::basic_filebuf<_CharT, _Traits>::showmanyc()':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:146: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:149: error: `_M_in_end' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:149: error: `_M_in_cur' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual 
typename std::basic_filebuf<_CharT, _Traits>::int_type 
std::basic_filebuf<_CharT, _Traits>::pbackfail(typename 
_Traits::int_type)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:160: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:164: error: `_M_in_beg' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:164: error: `_M_in_cur' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:179: error: `_M_out_cur' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:194: error: there are no arguments 
to `_M_pback_create' that depend on a template parameter, so a declaration 
of `_M_pback_create' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:209: error: there are no arguments 
to `_M_pback_create' that depend on a template parameter, so a declaration 
of `_M_pback_create' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual 
typename std::basic_filebuf<_CharT, _Traits>::int_type 
std::basic_filebuf<_CharT, _Traits>::overflow(typename 
_Traits::int_type)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:228: error: `_M_out_cur' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:228: error: `_M_buf' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:228: error: `_M_buf_size' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:229: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:236: error: there are no arguments 
to `_M_out_cur_move' that depend on a template parameter, so a declaration 
of `_M_out_cur_move' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `void 
std::basic_filebuf<_CharT, _Traits>::_M_convert_to_external(_CharT*, 
std::streamsize, std::streamsize&, std::streamsize&)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:290: error: `_M_out_end' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `typename 
std::basic_filebuf<_CharT, _Traits>::int_type std::basic_filebuf<_CharT, 
_Traits>::_M_really_overflow(typename _Traits::int_type)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:312: error: `_M_out_cur' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:312: error: `_M_out_beg' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:312: error: `_M_out_end' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:313: error: `_M_buf_size_opt' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual 
typename std::basic_filebuf<_CharT, _Traits>::__streambuf_type* 
std::basic_filebuf<_CharT, _Traits>::setbuf(_CharT*, std::streamsize)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:366: error: `_M_buf_size_opt' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:377: error: `_M_buf' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:378: error: `_M_buf_size' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual 
typename std::basic_filebuf<_CharT, _Traits>::pos_type 
std::basic_filebuf<_CharT, _Traits>::seekoff(typename _Traits::off_type, 
std::_Ios_Seekdir, std::_Ios_Openmode)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:391: error: `_M_mode' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:395: error: `_M_buf_locale' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:403: error: there are no arguments 
to `_M_pback_destroy' that depend on a template parameter, so a 
declaration of `_M_pback_destroy' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:409: error: `_M_in_cur' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:409: error: `_M_in_beg' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:409: error: `_M_in_end' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:410: error: `_M_out_cur' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:410: error: `_M_out_beg' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:410: error: `_M_out_end' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:432: error: no matching function 
for call to `max(<type error>, <type error>)'

e:/Dev-Cpp/include/c++/bits/fstream.tcc: In member function `virtual void 
std::basic_filebuf<_CharT, _Traits>::imbue(const std::locale&)':
e:/Dev-Cpp/include/c++/bits/fstream.tcc:461: error: there are no arguments 
to `gptr' that depend on a template parameter, so a declaration of `gptr' 
must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:461: error: there are no arguments 
to `eoack' that depend on a template parameter, so a declaration of 
`eback' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:461: error: there are no arguments 
to `pptr' that depend on a template parameter, so a declaration of `pptr' 
must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:461: error: there are no arguments 
to `pbase' that depend on a template parameter, so a declaration of 
`pbase' must be available

e:/Dev-Cpp/include/c++/bits/fstream.tcc:463: error: `_M_buf_locale' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/fstream.tcc:466: error: `_M_buf_locale_init' 
undeclared (first use this function)

In file included from e:/Dev-Cpp/include/c++/vector:71,
                 from C:/t/graph-adj.h:10,
                 from C:/t/graph-driver.cpp:9:
e:/Dev-Cpp/include/c++/bits/stl_vector.h: In constructor 
`std::_Vector_base<_Tp, _Alloc>::_Vector_base(size_t, const typename 
std::_Vector_alloc_base<_Tp, _Alloc,  
std::_Alloc_traits<_Tp,_Allocator>::_S_instanceless>::allocator_type&)':
e:/Dev-Cpp/include/c++/bits/stl_vector.h:138: error: `_M_start' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/stl_vector.h:138: error: there are no 
arguments to `_M_allocate' that depend on a template parameter, so a 
declaration of `_M_allocate' must be available

e:/Dev-Cpp/include/c++/bits/stl_vector.h:139: error: `_M_finish' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/stl_vector.h:140: error: `_M_end_of_storage' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/stl_vector.h: In destructor 
`std::_Vector_base<_Tp, _Alloc>::~_Vector_base()':
e:/Dev-Cpp/include/c++/bits/stl_vector.h:143: error: `_M_start' undeclared 
(first use this function)

e:/Dev-Cpp/include/c++/bits/stl_vector.h:143: error: `_M_end_of_storage' 
undeclared (first use this function)

e:/Dev-Cpp/include/c++/bits/stl_vector.h:143: error: there are no 
arguments to `_M_deallocate' that depend on a template parameter, so a 
declaration of `_M_deallocate' must be available

In file included from C:/t/graph-adj.h:11,
                 from C:/t/graph-driver.cpp:9:
C:/t/matrix.h: In member function `int Matrix<Type>::NumRows() const':
C:/t/matrix.h:25: error: there are no arguments to `size' that depend on a 
template parameter, so a declaration of `size' must be available

C:/t/matrix.h: In member function `void Matrix<Type>::SetDimensions(int, 
int)':
C:/t/matrix.h:60: error: there are no arguments to `resize' that depend on 
a template parameter, so a declaration of `resize' must be available

C:/t/matrix.h: In function `std::ostream& operator<<(std::ostream&, const 
Matrix<Type>&)':
C:/t/matrix.h:70: error: there are no arguments to `setw' that depend on a 
template parameter, so a declaration of `setw' must be available

In file included from C:/t/graph-driver.cpp:9:

C:/t/matrix.h: At global scope:
C:/t/matrix.h: In instantiation of `Matrix<bool>':
C:/t/graph-adj.h:44:   instantiated from here
C:/t/matrix.h:30: error: template-id `operator<< <bool>' for 
`std::basic_ostream<char, std::char_traits<char> >& 
operator<<(std::basic_ostream<char, std::char_traits<char> >&, const 
Matrix<bool>&)' does not match any template declaration

C:/t/graph-driver.cpp: In function `int main(int, char**)':
C:/t/graph-driver.cpp:51: warning: passing `double' for converting 1 of 
`void Graph::SetSize(int)'

make.exe: *** [C:/t/graph-driver.o] Error 1

Execution terminated


[알림판목록 I] [알림판목록 II] [글 목록][이 전][다 음]
키 즈 는 열 린 사 람 들 의 모 임 입 니 다.