945 lines
95 KiB
Plaintext
945 lines
95 KiB
Plaintext
:Base wpperrs.hlp>main
|
|
:Title Open Watcom 1.9 C++ Diagnostic Messages
|
|
:Index Open Watcom 1.9 C++ Diagnostic Messages Help=wpperrs.hlp
|
|
|
|
1 Open Watcom 1.9 C++ Diagnostic Messages
|
|
1 Open Watcom C++ Diagnostic Messages
|
|
1 Introduction=Open_Watcom_CPP_Diagnostic_Messages
|
|
1 000 internal compiler error=000_internal_compiler_error
|
|
1 001 assignment of constant found in boolean expression=001_assignment_of_constant_found_in_boolean_expression
|
|
1 002 constant out of range\; truncated=002_constant_out_of_rangeS_truncated
|
|
1 003 missing return value=003_missing_return_value
|
|
1 004 base class '%T' does not have a virtual destructor=004_base_class___T__does_not_have_a_virtual_destructor
|
|
1 005 pointer or reference truncated=005_pointer_or_reference_truncated
|
|
1 006 syntax error\; probable cause: missing '\;'=006_syntax_errorS_probable_cause__missing__S_
|
|
1 007 '&array' may not produce intended result=007___array__may_not_produce_intended_result
|
|
1 008 returning address of function argument or of auto or register variable=008_returning_address_of_function_argument_or_of_auto_or_register_variable
|
|
1 009 option requires a file name=009_option_requires_a_file_name
|
|
1 010 asm directive ignored=010_asm_directive_ignored
|
|
1 011 all members are private=011_all_members_are_private
|
|
1 012 template argument cannot be type '%T'=012_template_argument_cannot_be_type___T_
|
|
1 013 unreachable code=013_unreachable_code
|
|
1 014 no reference to symbol '%S'=014_no_reference_to_symbol___S_
|
|
1 015 nested comment found in comment started on line %u=015_nested_comment_found_in_comment_started_on_line__u
|
|
1 016 template argument list cannot be empty=016_template_argument_list_cannot_be_empty
|
|
1 017 label '%s' has not been referenced by a goto=017_label___s__has_not_been_referenced_by_a_goto
|
|
1 018 no reference to anonymous union member '%S'=018_no_reference_to_anonymous_union_member___S_
|
|
1 019 'break' may only appear in a for, do, while, or switch statement=019__break__may_only_appear_in_a_for__do__while__or_switch_statement
|
|
1 020 'case' may only appear in a switch statement=020__case__may_only_appear_in_a_switch_statement
|
|
1 021 'continue' may only appear in a for, do, or while statement=021__continue__may_only_appear_in_a_for__do__or_while_statement
|
|
1 022 'default' may only appear in a switch statement=022__default__may_only_appear_in_a_switch_statement
|
|
1 023 misplaced '}' or missing earlier '{'=023_misplaced_____or_missing_earlier____
|
|
1 024 misplaced #elif directive=024_misplaced__elif_directive
|
|
1 025 misplaced #else directive=025_misplaced__else_directive
|
|
1 026 misplaced #endif directive=026_misplaced__endif_directive
|
|
1 027 only one 'default' per switch statement is allowed=027_only_one__default__per_switch_statement_is_allowed
|
|
1 028 expecting '%s' but found '%s'=028_expecting___s__but_found___s_
|
|
1 029 symbol '%N' has not been declared=029_symbol___N__has_not_been_declared
|
|
1 030 left expression must be a function or a function pointer=030_left_expression_must_be_a_function_or_a_function_pointer
|
|
1 031 operand must be an lvalue=031_operand_must_be_an_lvalue
|
|
1 032 label '%s' already defined=032_label___s__already_defined
|
|
1 033 label '%s' is not defined in function=033_label___s__is_not_defined_in_function
|
|
1 034 dimension cannot be zero=034_dimension_cannot_be_zero
|
|
1 035 dimension cannot be negative=035_dimension_cannot_be_negative
|
|
1 036 dimensions of multi-dimension array must be specified=036_dimensions_of_multiMdimension_array_must_be_specified
|
|
1 037 invalid storage class for function=037_invalid_storage_class_for_function
|
|
1 038 expression must have pointer type=038_expression_must_have_pointer_type
|
|
1 039 cannot take address of an rvalue=039_cannot_take_address_of_an_rvalue
|
|
1 040 expression for '.' must be a class, struct or union=040_expression_for_____must_be_a_class__struct_or_union
|
|
1 041 expression for '->' must be pointer to class, struct or union=041_expression_for__MY__must_be_pointer_to_class__struct_or_union
|
|
1 042 symbol '%S' already defined=042_symbol___S__already_defined
|
|
1 043 static function '%S' has not been defined=043_static_function___S__has_not_been_defined
|
|
1 044 expecting label for goto statement=044_expecting_label_for_goto_statement
|
|
1 045 duplicate case value '%s' found=045_duplicate_case_value___s__found
|
|
1 046 bit-field width is too large=046_bitMfield_width_is_too_large
|
|
1 047 width of a named bit-field must not be zero=047_width_of_a_named_bitMfield_must_not_be_zero
|
|
1 048 bit-field width must be positive=048_bitMfield_width_must_be_positive
|
|
1 049 bit-field base type must be an integral type=049_bitMfield_base_type_must_be_an_integral_type
|
|
1 050 subscript on non-array=050_subscript_on_nonMarray
|
|
1 051 incomplete comment=051_incomplete_comment
|
|
1 052 argument for # must be a macro parm=052_argument_for___must_be_a_macro_parm
|
|
1 053 unknown preprocessing directive '#%s'=053_unknown_preprocessing_directive____s_
|
|
1 054 invalid #include directive=054_invalid__include_directive
|
|
1 055 not enough parameters given for macro '%s'=055_not_enough_parameters_given_for_macro___s_
|
|
1 056 not expecting a return value=056_not_expecting_a_return_value
|
|
1 057 cannot take address of a bit-field=057_cannot_take_address_of_a_bitMfield
|
|
1 058 expression must be a constant=058_expression_must_be_a_constant
|
|
1 059 unable to open '%s'=059_unable_to_open___s_
|
|
1 060 too many parameters given for macro '%s'=060_too_many_parameters_given_for_macro___s_
|
|
1 061 cannot use __based or __far16 pointers in this context=061_cannot_use___based_or___far16_pointers_in_this_context
|
|
1 062 only one type is allowed in declaration specifiers=062_only_one_type_is_allowed_in_declaration_specifiers
|
|
1 063 out of memory=063_out_of_memory
|
|
1 064 invalid character constant=064_invalid_character_constant
|
|
1 065 taking address of variable with storage class 'register'=065_taking_address_of_variable_with_storage_class__register_
|
|
1 066 'delete' expression size is not allowed=066__delete__expression_size_is_not_allowed
|
|
1 067 ending " missing for string literal=067_ending___missing_for_string_literal
|
|
1 068 invalid option=068_invalid_option
|
|
1 069 invalid optimization option=069_invalid_optimization_option
|
|
1 070 invalid memory model=070_invalid_memory_model
|
|
1 071 expression must be integral=071_expression_must_be_integral
|
|
1 072 expression must be arithmetic=072_expression_must_be_arithmetic
|
|
1 073 statement required after label=073_statement_required_after_label
|
|
1 074 statement required after 'do'=074_statement_required_after__do_
|
|
1 075 statement required after 'case'=075_statement_required_after__case_
|
|
1 076 statement required after 'default'=076_statement_required_after__default_
|
|
1 077 missing matching #endif directive=077_missing_matching__endif_directive
|
|
1 078 invalid macro definition, missing ')'=078_invalid_macro_definition__missing__R_
|
|
1 079 missing ')' for expansion of '%s' macro=079_missing__R__for_expansion_of___s__macro
|
|
1 080 %s=080__s
|
|
1 081 cannot define an array of functions=081_cannot_define_an_array_of_functions
|
|
1 082 function cannot return an array=082_function_cannot_return_an_array
|
|
1 083 function cannot return a function=083_function_cannot_return_a_function
|
|
1 084 function templates can only have type arguments=084_function_templates_can_only_have_type_arguments
|
|
1 085 maximum class size has been exceeded=085_maximum_class_size_has_been_exceeded
|
|
1 086 definition of macro '%s' not identical to previous definition=086_definition_of_macro___s__not_identical_to_previous_definition
|
|
1 087 initialization of '%S' must be in file scope=087_initialization_of___S__must_be_in_file_scope
|
|
1 088 default argument for '%S' declared outside of class definition=088_default_argument_for___S__declared_outside_of_class_definition
|
|
1 089 ## must not be at start or end of replacement tokens=089____must_not_be_at_start_or_end_of_replacement_tokens
|
|
1 090 invalid floating-point constant=090_invalid_floatingMpoint_constant
|
|
1 091 'sizeof' is not allowed for a bit-field=091__sizeof__is_not_allowed_for_a_bitMfield
|
|
1 092 option requires a path=092_option_requires_a_path
|
|
1 093 must use 'va_start' macro inside function with variable arguments=093_must_use__va_start__macro_inside_function_with_variable_arguments
|
|
1 094 ***FATAL*** %s=094_TTTFATALTTT__s
|
|
1 095 internal compiler error %d=095_internal_compiler_error__d
|
|
1 096 argument number %d - invalid register in #pragma=096_argument_number__d_M_invalid_register_in__pragma
|
|
1 097 procedure '%s' has invalid return register in #pragma=097_procedure___s__has_invalid_return_register_in__pragma
|
|
1 098 illegal register modified by '%s' #pragma=098_illegal_register_modified_by___s___pragma
|
|
1 099 file must contain at least one external definition=099_file_must_contain_at_least_one_external_definition
|
|
1 100 out of macro space=100_out_of_macro_space
|
|
1 101 keyboard interrupt detected=101_keyboard_interrupt_detected
|
|
1 102 duplicate macro parameter '%s'=102_duplicate_macro_parameter___s_
|
|
1 103 unable to open work file: error code \= %d=103_unable_to_open_work_file__error_code_E__d
|
|
1 104 write error on work file: error code \= %d=104_write_error_on_work_file__error_code_E__d
|
|
1 105 read error on work file: error code \= %d=105_read_error_on_work_file__error_code_E__d
|
|
1 106 token too long\; truncated=106_token_too_longS_truncated
|
|
1 107 filename required on command line=107_filename_required_on_command_line
|
|
1 108 command line contains more than one file to compile=108_command_line_contains_more_than_one_file_to_compile
|
|
1 109 virtual member functions are not allowed in a union=109_virtual_member_functions_are_not_allowed_in_a_union
|
|
1 110 union cannot be used as a base class=110_union_cannot_be_used_as_a_base_class
|
|
1 111 union cannot have a base class=111_union_cannot_have_a_base_class
|
|
1 112 cannot inherit an undefined base class '%T'=112_cannot_inherit_an_undefined_base_class___T_
|
|
1 113 repeated direct base class will cause ambiguities=113_repeated_direct_base_class_will_cause_ambiguities
|
|
1 114 templates may only be declared in namespace scope=114_templates_may_only_be_declared_in_namespace_scope
|
|
1 115 linkages may only be declared in file scope=115_linkages_may_only_be_declared_in_file_scope
|
|
1 116 unknown linkage '%s'=116_unknown_linkage___s_
|
|
1 117 too many storage class specifiers=117_too_many_storage_class_specifiers
|
|
1 118 nameless declaration is not allowed=118_nameless_declaration_is_not_allowed
|
|
1 119 illegal combination of type specifiers=119_illegal_combination_of_type_specifiers
|
|
1 120 illegal combination of type qualifiers=120_illegal_combination_of_type_qualifiers
|
|
1 121 syntax error=121_syntax_error
|
|
1 122 parser stack corrupted=122_parser_stack_corrupted
|
|
1 123 template declarations cannot be nested within each other=123_template_declarations_cannot_be_nested_within_each_other
|
|
1 124 expression is too complicated=124_expression_is_too_complicated
|
|
1 125 invalid redefinition of the typedef name '%S'=125_invalid_redefinition_of_the_typedef_name___S_
|
|
1 126 class '%T' has already been defined=126_class___T__has_already_been_defined
|
|
1 127 'sizeof' is not allowed for an undefined type=127__sizeof__is_not_allowed_for_an_undefined_type
|
|
1 128 initializer for variable '%S' cannot be bypassed=128_initializer_for_variable___S__cannot_be_bypassed
|
|
1 129 division by zero in a constant expression=129_division_by_zero_in_a_constant_expression
|
|
1 130 arithmetic overflow in a constant expression=130_arithmetic_overflow_in_a_constant_expression
|
|
1 131 not enough memory to fully optimize procedure '%s'=131_not_enough_memory_to_fully_optimize_procedure___s_
|
|
1 132 not enough memory to maintain full peephole=132_not_enough_memory_to_maintain_full_peephole
|
|
1 133 too many errors: compilation aborted=133_too_many_errors__compilation_aborted
|
|
1 134 too many parm sets=134_too_many_parm_sets
|
|
1 135 'friend', 'virtual' or 'inline' modifiers may only be used on functions=135__friend____virtual__or__inline__modifiers_may_only_be_used_on_functions
|
|
1 136 more than one calling convention has been specified=136_more_than_one_calling_convention_has_been_specified
|
|
1 137 pure member function constant must be '0'=137_pure_member_function_constant_must_be__0_
|
|
1 138 based modifier has been repeated=138_based_modifier_has_been_repeated
|
|
1 139 enumeration variable is not assigned a constant from its enumeration=139_enumeration_variable_is_not_assigned_a_constant_from_its_enumeration
|
|
1 140 bit-field declaration cannot have a storage class specifier=140_bitMfield_declaration_cannot_have_a_storage_class_specifier
|
|
1 141 bit-field declaration must have a base type specified=141_bitMfield_declaration_must_have_a_base_type_specified
|
|
1 142 illegal qualification of a bit-field declaration=142_illegal_qualification_of_a_bitMfield_declaration
|
|
1 143 duplicate base qualifier=143_duplicate_base_qualifier
|
|
1 144 only one access specifier is allowed=144_only_one_access_specifier_is_allowed
|
|
1 145 unexpected type qualifier found=145_unexpected_type_qualifier_found
|
|
1 146 unexpected storage class specifier found=146_unexpected_storage_class_specifier_found
|
|
1 147 access to '%S' is not allowed because it is ambiguous=147_access_to___S__is_not_allowed_because_it_is_ambiguous
|
|
1 148 access to private member '%S' is not allowed=148_access_to_private_member___S__is_not_allowed
|
|
1 149 access to protected member '%S' is not allowed=149_access_to_protected_member___S__is_not_allowed
|
|
1 150 operation does not allow both operands to be pointers=150_operation_does_not_allow_both_operands_to_be_pointers
|
|
1 151 operand is neither a pointer nor an arithmetic type=151_operand_is_neither_a_pointer_nor_an_arithmetic_type
|
|
1 152 left operand is neither a pointer nor an arithmetic type=152_left_operand_is_neither_a_pointer_nor_an_arithmetic_type
|
|
1 153 right operand is neither a pointer nor an arithmetic type=153_right_operand_is_neither_a_pointer_nor_an_arithmetic_type
|
|
1 154 cannot subtract a pointer from an arithmetic operand=154_cannot_subtract_a_pointer_from_an_arithmetic_operand
|
|
1 155 left expression must be arithmetic=155_left_expression_must_be_arithmetic
|
|
1 156 right expression must be arithmetic=156_right_expression_must_be_arithmetic
|
|
1 157 left expression must be integral=157_left_expression_must_be_integral
|
|
1 158 right expression must be integral=158_right_expression_must_be_integral
|
|
1 159 cannot assign a pointer value to an arithmetic item=159_cannot_assign_a_pointer_value_to_an_arithmetic_item
|
|
1 160 attempt to destroy a far object when data model is near=160_attempt_to_destroy_a_far_object_when_data_model_is_near
|
|
1 161 attempt to call member function for far object when the data model is near=161_attempt_to_call_member_function_for_far_object_when_the_data_model_is_near
|
|
1 162 template type argument cannot have a default argument=162_template_type_argument_cannot_have_a_default_argument
|
|
1 163 attempt to delete a far object when the data model is near=163_attempt_to_delete_a_far_object_when_the_data_model_is_near
|
|
1 164 first operand is not a class, struct or union=164_first_operand_is_not_a_class__struct_or_union
|
|
1 165 syntax error: class template cannot be processed=165_syntax_error__class_template_cannot_be_processed
|
|
1 166 cannot convert right pointer to type of left operand=166_cannot_convert_right_pointer_to_type_of_left_operand
|
|
1 167 left operand must be an lvalue=167_left_operand_must_be_an_lvalue
|
|
1 168 static data members are not allowed in an union=168_static_data_members_are_not_allowed_in_an_union
|
|
1 169 invalid storage class for a member=169_invalid_storage_class_for_a_member
|
|
1 170 declaration is too complicated=170_declaration_is_too_complicated
|
|
1 171 exception declaration is too complicated=171_exception_declaration_is_too_complicated
|
|
1 172 floating-point constant too large to represent=172_floatingMpoint_constant_too_large_to_represent
|
|
1 173 floating-point constant too small to represent=173_floatingMpoint_constant_too_small_to_represent
|
|
1 174 class template '%M' cannot be overloaded=174_class_template___M__cannot_be_overloaded
|
|
1 175 range of enum constants cannot be represented=175_range_of_enum_constants_cannot_be_represented
|
|
1 176 '%S' cannot be in the same scope as a class template=176___S__cannot_be_in_the_same_scope_as_a_class_template
|
|
1 177 invalid storage class in file scope=177_invalid_storage_class_in_file_scope
|
|
1 178 const object must be initialized=178_const_object_must_be_initialized
|
|
1 179 declaration cannot be in the same scope as class template '%S'=179_declaration_cannot_be_in_the_same_scope_as_class_template___S_
|
|
1 180 template arguments must be named=180_template_arguments_must_be_named
|
|
1 181 class template '%M' is already defined=181_class_template___M__is_already_defined
|
|
1 182 invalid storage class for an argument=182_invalid_storage_class_for_an_argument
|
|
1 183 unions cannot have members with constructors=183_unions_cannot_have_members_with_constructors
|
|
1 184 statement is too complicated=184_statement_is_too_complicated
|
|
1 185 '%s' is not the name of a class or namespace=185___s__is_not_the_name_of_a_class_or_namespace
|
|
1 186 attempt to modify a constant value=186_attempt_to_modify_a_constant_value
|
|
1 187 'offsetof' is not allowed for a bit-field=187__offsetof__is_not_allowed_for_a_bitMfield
|
|
1 188 base class is inherited with private access=188_base_class_is_inherited_with_private_access
|
|
1 189 overloaded function cannot be selected for arguments used in call=189_overloaded_function_cannot_be_selected_for_arguments_used_in_call
|
|
1 190 base operator operands must be " __segment :> pointer "=190_base_operator_operands_must_be_____segment__Y_pointer__
|
|
1 191 expression must be a pointer or a zero constant=191_expression_must_be_a_pointer_or_a_zero_constant
|
|
1 192 left expression pointer type cannot be incremented or decremented=192_left_expression_pointer_type_cannot_be_incremented_or_decremented
|
|
1 193 right expression pointer type cannot be incremented or decremented=193_right_expression_pointer_type_cannot_be_incremented_or_decremented
|
|
1 194 expression pointer type cannot be incremented or decremented=194_expression_pointer_type_cannot_be_incremented_or_decremented
|
|
1 195 'sizeof' is not allowed for a function=195__sizeof__is_not_allowed_for_a_function
|
|
1 196 'sizeof' is not allowed for type void=196__sizeof__is_not_allowed_for_type_void
|
|
1 197 type cannot be defined in this context=197_type_cannot_be_defined_in_this_context
|
|
1 198 expression cannot be used as a class template parameter=198_expression_cannot_be_used_as_a_class_template_parameter
|
|
1 199 premature end-of-file encountered during compilation=199_premature_endMofMfile_encountered_during_compilation
|
|
1 200 duplicate case value '%s' after conversion to type of switch expression=200_duplicate_case_value___s__after_conversion_to_type_of_switch_expression
|
|
1 201 declaration statement follows an if statement=201_declaration_statement_follows_an_if_statement
|
|
1 202 declaration statement follows an else statement=202_declaration_statement_follows_an_else_statement
|
|
1 203 declaration statement follows a switch statement=203_declaration_statement_follows_a_switch_statement
|
|
1 204 'this' pointer is not defined=204__this__pointer_is_not_defined
|
|
1 205 declaration statement cannot follow a while statement=205_declaration_statement_cannot_follow_a_while_statement
|
|
1 206 declaration statement cannot follow a do statement=206_declaration_statement_cannot_follow_a_do_statement
|
|
1 207 declaration statement cannot follow a for statement=207_declaration_statement_cannot_follow_a_for_statement
|
|
1 208 pointer to virtual base class converted to pointer to derived class=208_pointer_to_virtual_base_class_converted_to_pointer_to_derived_class
|
|
1 209 cannot use far pointer in this context=209_cannot_use_far_pointer_in_this_context
|
|
1 210 returning reference to function argument or to auto or register variable=210_returning_reference_to_function_argument_or_to_auto_or_register_variable
|
|
1 211 #pragma attributes for '%S' may be inconsistent=211__pragma_attributes_for___S__may_be_inconsistent
|
|
1 212 function arguments cannot be of type void=212_function_arguments_cannot_be_of_type_void
|
|
1 213 class template '%M' requires more parameters for instantiation=213_class_template___M__requires_more_parameters_for_instantiation
|
|
1 214 class template '%M' requires fewer parameters for instantiation=214_class_template___M__requires_fewer_parameters_for_instantiation
|
|
1 215 no declared 'operator new' has arguments that match=215_no_declared__operator_new__has_arguments_that_match
|
|
1 216 wide character string concatenated with a simple character string=216_wide_character_string_concatenated_with_a_simple_character_string
|
|
1 217 'offsetof' is not allowed for a static member=217__offsetof__is_not_allowed_for_a_static_member
|
|
1 218 cannot define an array of void=218_cannot_define_an_array_of_void
|
|
1 219 cannot define an array of references=219_cannot_define_an_array_of_references
|
|
1 220 cannot define a reference to void=220_cannot_define_a_reference_to_void
|
|
1 221 cannot define a reference to another reference=221_cannot_define_a_reference_to_another_reference
|
|
1 222 cannot define a pointer to a reference=222_cannot_define_a_pointer_to_a_reference
|
|
1 223 cannot initialize array with 'operator new'=223_cannot_initialize_array_with__operator_new_
|
|
1 224 '%N' is a variable of type void=224___N__is_a_variable_of_type_void
|
|
1 225 cannot define a member pointer to a reference=225_cannot_define_a_member_pointer_to_a_reference
|
|
1 226 function '%S' is not distinct=226_function___S__is_not_distinct
|
|
1 227 overloaded function is ambiguous for arguments used in call=227_overloaded_function_is_ambiguous_for_arguments_used_in_call
|
|
1 228 declared 'operator new' is ambiguous for arguments used=228_declared__operator_new__is_ambiguous_for_arguments_used
|
|
1 229 function '%S' has already been defined=229_function___S__has_already_been_defined
|
|
1 230 expression on left is an array=230_expression_on_left_is_an_array
|
|
1 231 user-defined conversion has a return type=231_userMdefined_conversion_has_a_return_type
|
|
1 232 user-defined conversion must be a function=232_userMdefined_conversion_must_be_a_function
|
|
1 233 user-defined conversion has an argument list=233_userMdefined_conversion_has_an_argument_list
|
|
1 234 destructor cannot have a return type=234_destructor_cannot_have_a_return_type
|
|
1 235 destructor must be a function=235_destructor_must_be_a_function
|
|
1 236 destructor has an argument list=236_destructor_has_an_argument_list
|
|
1 237 '%N' must be a function=237___N__must_be_a_function
|
|
1 238 '%N' is not a function=238___N__is_not_a_function
|
|
1 239 nested type class '%s' has not been declared=239_nested_type_class___s__has_not_been_declared
|
|
1 240 enum '%s' has not been declared=240_enum___s__has_not_been_declared
|
|
1 241 class or namespace '%s' has not been declared=241_class_or_namespace___s__has_not_been_declared
|
|
1 242 only one initializer argument allowed=242_only_one_initializer_argument_allowed
|
|
1 243 default arguments are not part of a function's type=243_default_arguments_are_not_part_of_a_function_s_type
|
|
1 244 missing default arguments=244_missing_default_arguments
|
|
1 245 overloaded operator cannot have default arguments=245_overloaded_operator_cannot_have_default_arguments
|
|
1 246 left expression is not a pointer to a constant object=246_left_expression_is_not_a_pointer_to_a_constant_object
|
|
1 247 cannot redefine default argument for '%S'=247_cannot_redefine_default_argument_for___S_
|
|
1 248 using default arguments would be overload ambiguous with '%S'=248_using_default_arguments_would_be_overload_ambiguous_with___S_
|
|
1 249 using default arguments would be overload ambiguous with '%S' using default arguments=249_using_default_arguments_would_be_overload_ambiguous_with___S__using_default_arguments
|
|
1 250 missing default argument for '%S'=250_missing_default_argument_for___S_
|
|
1 251 enum references must have an identifier=251_enum_references_must_have_an_identifier
|
|
1 252 class declaration has not been seen for '~s'=252_class_declaration_has_not_been_seen_for____s_
|
|
1 253 '::' qualifier cannot be used in this context=253______qualifier_cannot_be_used_in_this_context
|
|
1 254 '%S' has not been declared as a member=254___S__has_not_been_declared_as_a_member
|
|
1 255 default argument expression cannot use function argument '%S'=255_default_argument_expression_cannot_use_function_argument___S_
|
|
1 256 default argument expression cannot use local variable '%S'=256_default_argument_expression_cannot_use_local_variable___S_
|
|
1 257 access declarations may only be 'public' or 'protected'=257_access_declarations_may_only_be__public__or__protected_
|
|
1 258 cannot declare both a function and variable of the same name ('%N')=258_cannot_declare_both_a_function_and_variable_of_the_same_name_L__N_R
|
|
1 259 class in access declaration ('%T') must be a direct base class=259_class_in_access_declaration_L__T_R_must_be_a_direct_base_class
|
|
1 260 overloaded functions ('%N') do not have the same access=260_overloaded_functions_L__N_R_do_not_have_the_same_access
|
|
1 261 cannot grant access to '%N'=261_cannot_grant_access_to___N_
|
|
1 262 cannot reduce access to '%N'=262_cannot_reduce_access_to___N_
|
|
1 263 nested class '%N' has not been defined=263_nested_class___N__has_not_been_defined
|
|
1 264 user-defined conversion must be a non-static member function=264_userMdefined_conversion_must_be_a_nonMstatic_member_function
|
|
1 265 destructor must be a non-static member function=265_destructor_must_be_a_nonMstatic_member_function
|
|
1 266 '%N' must be a non-static member function=266___N__must_be_a_nonMstatic_member_function
|
|
1 267 '%N' must have one argument=267___N__must_have_one_argument
|
|
1 268 '%N' must have two arguments=268___N__must_have_two_arguments
|
|
1 269 '%N' must have either one argument or two arguments=269___N__must_have_either_one_argument_or_two_arguments
|
|
1 270 '%N' must have at least one argument=270___N__must_have_at_least_one_argument
|
|
1 271 '%N' must have a return type of void=271___N__must_have_a_return_type_of_void
|
|
1 272 '%N' must have a return type of pointer to void=272___N__must_have_a_return_type_of_pointer_to_void
|
|
1 273 the first argument of '%N' must be of type size_t=273_the_first_argument_of___N__must_be_of_type_size_t
|
|
1 274 the first argument of '%N' must be of type pointer to void=274_the_first_argument_of___N__must_be_of_type_pointer_to_void
|
|
1 275 the second argument of '%N' must be of type size_t=275_the_second_argument_of___N__must_be_of_type_size_t
|
|
1 276 the second argument of 'operator ++' or 'operator --' must be int=276_the_second_argument_of__operator_PP__or__operator_MM__must_be_int
|
|
1 277 return type of '%S' must allow the '->' operator to be applied=277_return_type_of___S__must_allow_the__MY__operator_to_be_applied
|
|
1 278 '%N' must take at least one argument of a class/enum or a reference to a class/enum=278___N__must_take_at_least_one_argument_of_a_classDenum_or_a_reference_to_a_classDenum
|
|
1 279 too many initializers=279_too_many_initializers
|
|
1 280 too many initializers for character string=280_too_many_initializers_for_character_string
|
|
1 281 expecting '%s' but found expression=281_expecting___s__but_found_expression
|
|
1 282 anonymous struct/union member '%N' cannot be declared in this class=282_anonymous_structDunion_member___N__cannot_be_declared_in_this_class
|
|
1 283 unexpected '%s' during initialization=283_unexpected___s__during_initialization
|
|
1 284 nested type '%N' cannot be declared in this class=284_nested_type___N__cannot_be_declared_in_this_class
|
|
1 285 enumerator '%N' cannot be declared in this class=285_enumerator___N__cannot_be_declared_in_this_class
|
|
1 286 static member '%N' cannot be declared in this class=286_static_member___N__cannot_be_declared_in_this_class
|
|
1 287 constructor cannot have a return type=287_constructor_cannot_have_a_return_type
|
|
1 288 constructor cannot be a static member=288_constructor_cannot_be_a_static_member
|
|
1 289 invalid copy constructor argument list (causes infinite recursion)=289_invalid_copy_constructor_argument_list_Lcauses_infinite_recursionR
|
|
1 290 constructor cannot be declared const or volatile=290_constructor_cannot_be_declared_const_or_volatile
|
|
1 291 constructor cannot be virtual=291_constructor_cannot_be_virtual
|
|
1 292 types do not match in simple type destructor=292_types_do_not_match_in_simple_type_destructor
|
|
1 293 overloaded operator is ambiguous for operands used=293_overloaded_operator_is_ambiguous_for_operands_used
|
|
1 294 feature not implemented=294_feature_not_implemented
|
|
1 295 invalid friend declaration=295_invalid_friend_declaration
|
|
1 296 friend declarations may only be declared in a class=296_friend_declarations_may_only_be_declared_in_a_class
|
|
1 297 class friend declaration needs 'class' or 'struct' keyword=297_class_friend_declaration_needs__class__or__struct__keyword
|
|
1 298 class friend declarations cannot contain a class definition=298_class_friend_declarations_cannot_contain_a_class_definition
|
|
1 299 '%T' has already been declared as a friend=299___T__has_already_been_declared_as_a_friend
|
|
1 300 function '%S' has already been declared as a friend=300_function___S__has_already_been_declared_as_a_friend
|
|
1 301 'friend', 'virtual' or 'inline' modifiers are not part of a function's type=301__friend____virtual__or__inline__modifiers_are_not_part_of_a_function_s_type
|
|
1 302 cannot assign right expression to element on left=302_cannot_assign_right_expression_to_element_on_left
|
|
1 303 constructor is ambiguous for operands used=303_constructor_is_ambiguous_for_operands_used
|
|
1 304 class '%s' has not been defined=304_class___s__has_not_been_defined
|
|
1 305 all bit-fields in a union must be named=305_all_bitMfields_in_a_union_must_be_named
|
|
1 306 cannot convert expression to type of cast=306_cannot_convert_expression_to_type_of_cast
|
|
1 307 conversion ambiguity: [expression] to [cast type]=307_conversion_ambiguity__UexpressionV_to_Ucast_typeV
|
|
1 308 an anonymous class without a declarator is useless=308_an_anonymous_class_without_a_declarator_is_useless
|
|
1 309 global anonymous union must be declared static=309_global_anonymous_union_must_be_declared_static
|
|
1 310 anonymous struct/union cannot have storage class in this context=310_anonymous_structDunion_cannot_have_storage_class_in_this_context
|
|
1 311 union contains a protected member=311_union_contains_a_protected_member
|
|
1 312 anonymous struct/union contains a private member '%S'=312_anonymous_structDunion_contains_a_private_member___S_
|
|
1 313 anonymous struct/union contains a function member '%S'=313_anonymous_structDunion_contains_a_function_member___S_
|
|
1 314 anonymous struct/union contains a typedef member '%S'=314_anonymous_structDunion_contains_a_typedef_member___S_
|
|
1 315 anonymous struct/union contains an enumeration member '%S'=315_anonymous_structDunion_contains_an_enumeration_member___S_
|
|
1 316 anonymous struct/union member '%s' is not distinct in enclosing scope=316_anonymous_structDunion_member___s__is_not_distinct_in_enclosing_scope
|
|
1 317 unions cannot have members with destructors=317_unions_cannot_have_members_with_destructors
|
|
1 318 unions cannot have members with user-defined assignment operators=318_unions_cannot_have_members_with_userMdefined_assignment_operators
|
|
1 319 anonymous struct/union cannot have any friends=319_anonymous_structDunion_cannot_have_any_friends
|
|
1 320 specific versions of template classes can only be defined in file scope=320_specific_versions_of_template_classes_can_only_be_defined_in_file_scope
|
|
1 321 anonymous union in a function may only be static or auto=321_anonymous_union_in_a_function_may_only_be_static_or_auto
|
|
1 322 static data members are not allowed in a local class=322_static_data_members_are_not_allowed_in_a_local_class
|
|
1 323 conversion ambiguity: [return value] to [return type of function]=323_conversion_ambiguity__Ureturn_valueV_to_Ureturn_type_of_functionV
|
|
1 324 conversion of return value is impossible=324_conversion_of_return_value_is_impossible
|
|
1 325 function cannot return a pointer based on __self=325_function_cannot_return_a_pointer_based_on___self
|
|
1 326 defining '%S' is not possible because its type has unknown size=326_defining___S__is_not_possible_because_its_type_has_unknown_size
|
|
1 327 typedef cannot be initialized=327_typedef_cannot_be_initialized
|
|
1 328 storage class of '%S' conflicts with previous declaration=328_storage_class_of___S__conflicts_with_previous_declaration
|
|
1 329 modifiers of '%S' conflict with previous declaration=329_modifiers_of___S__conflict_with_previous_declaration
|
|
1 330 function cannot be initialized=330_function_cannot_be_initialized
|
|
1 331 access permission of nested class '%T' conflicts with previous declaration=331_access_permission_of_nested_class___T__conflicts_with_previous_declaration
|
|
1 332 *** FATAL *** internal error in front end=332_TTT_FATAL_TTT_internal_error_in_front_end
|
|
1 333 cannot convert argument to type specified in function prototype=333_cannot_convert_argument_to_type_specified_in_function_prototype
|
|
1 334 conversion ambiguity: [argument] to [argument type in prototype]=334_conversion_ambiguity__UargumentV_to_Uargument_type_in_prototypeV
|
|
1 335 cannot be based on based pointer '%S'=335_cannot_be_based_on_based_pointer___S_
|
|
1 336 declaration specifiers are required to declare '%N'=336_declaration_specifiers_are_required_to_declare___N_
|
|
1 337 static function declared in block scope=337_static_function_declared_in_block_scope
|
|
1 338 cannot define a __based reference=338_cannot_define_a___based_reference
|
|
1 339 conversion ambiguity: conversion to common pointer type=339_conversion_ambiguity__conversion_to_common_pointer_type
|
|
1 340 cannot construct object from argument(s)=340_cannot_construct_object_from_argumentLsR
|
|
1 341 number of arguments for function '%S' is incorrect=341_number_of_arguments_for_function___S__is_incorrect
|
|
1 342 private base class accessed to convert cast expression=342_private_base_class_accessed_to_convert_cast_expression
|
|
1 343 private base class accessed to convert return expression=343_private_base_class_accessed_to_convert_return_expression
|
|
1 344 cannot subtract pointers to different objects=344_cannot_subtract_pointers_to_different_objects
|
|
1 345 private base class accessed to convert to common pointer type=345_private_base_class_accessed_to_convert_to_common_pointer_type
|
|
1 346 protected base class accessed to convert cast expression=346_protected_base_class_accessed_to_convert_cast_expression
|
|
1 347 protected base class accessed to convert return expression=347_protected_base_class_accessed_to_convert_return_expression
|
|
1 348 cannot define a member pointer with a memory model modifier=348_cannot_define_a_member_pointer_with_a_memory_model_modifier
|
|
1 349 protected base class accessed to convert to common pointer type=349_protected_base_class_accessed_to_convert_to_common_pointer_type
|
|
1 350 non-type parameter supplied for a type argument=350_nonMtype_parameter_supplied_for_a_type_argument
|
|
1 351 type parameter supplied for a non-type argument=351_type_parameter_supplied_for_a_nonMtype_argument
|
|
1 352 cannot access enclosing function's auto variable '%S'=352_cannot_access_enclosing_function_s_auto_variable___S_
|
|
1 353 cannot initialize pointer to non-constant with a pointer to constant=353_cannot_initialize_pointer_to_nonMconstant_with_a_pointer_to_constant
|
|
1 354 pointer expression is always >\= 0=354_pointer_expression_is_always_YE_0
|
|
1 355 pointer expression is never < 0=355_pointer_expression_is_never_X_0
|
|
1 356 type cannot be used in this context=356_type_cannot_be_used_in_this_context
|
|
1 357 virtual function may only be declared in a class=357_virtual_function_may_only_be_declared_in_a_class
|
|
1 358 '%T' referenced as a union=358___T__referenced_as_a_union
|
|
1 359 union '%T' referenced as a class=359_union___T__referenced_as_a_class
|
|
1 360 typedef '%N' defined without an explicit type=360_typedef___N__defined_without_an_explicit_type
|
|
1 361 member function was not defined in its class=361_member_function_was_not_defined_in_its_class
|
|
1 362 local class can only have its containing function as a friend=362_local_class_can_only_have_its_containing_function_as_a_friend
|
|
1 363 local class cannot have '%S' as a friend=363_local_class_cannot_have___S__as_a_friend
|
|
1 364 adjacent >\=, <\=, >, < operators=364_adjacent_YE__XE__Y__X_operators
|
|
1 365 cannot access enclosing function's argument '%S'=365_cannot_access_enclosing_function_s_argument___S_
|
|
1 366 support for switch '%s' is not implemented=366_support_for_switch___s__is_not_implemented
|
|
1 367 conditional expression in if statement is always true=367_conditional_expression_in_if_statement_is_always_true
|
|
1 368 conditional expression in if statement is always false=368_conditional_expression_in_if_statement_is_always_false
|
|
1 369 selection expression in switch statement is a constant value=369_selection_expression_in_switch_statement_is_a_constant_value
|
|
1 370 constructor is required for a class with a const member=370_constructor_is_required_for_a_class_with_a_const_member
|
|
1 371 constructor is required for a class with a reference member=371_constructor_is_required_for_a_class_with_a_reference_member
|
|
1 372 inline member friend function '%S' is not allowed=372_inline_member_friend_function___S__is_not_allowed
|
|
1 373 invalid modifier for auto variable=373_invalid_modifier_for_auto_variable
|
|
1 374 object (or object pointer) required to access non-static data member=374_object_Lor_object_pointerR_required_to_access_nonMstatic_data_member
|
|
1 375 user-defined conversion has not been declared=375_userMdefined_conversion_has_not_been_declared
|
|
1 376 virtual function must be a non-static member function=376_virtual_function_must_be_a_nonMstatic_member_function
|
|
1 377 protected base class accessed to convert argument expression=377_protected_base_class_accessed_to_convert_argument_expression
|
|
1 378 private base class accessed to convert argument expression=378_private_base_class_accessed_to_convert_argument_expression
|
|
1 379 delete expression will invoke a non-virtual destructor=379_delete_expression_will_invoke_a_nonMvirtual_destructor
|
|
1 380 'offsetof' is not allowed for a function=380__offsetof__is_not_allowed_for_a_function
|
|
1 381 'offsetof' is not allowed for an enumeration=381__offsetof__is_not_allowed_for_an_enumeration
|
|
1 382 could not initialize for code generation=382_could_not_initialize_for_code_generation
|
|
1 383 'offsetof' is not allowed for an undefined type=383__offsetof__is_not_allowed_for_an_undefined_type
|
|
1 384 attempt to override virtual function '%S' with a different return type=384_attempt_to_override_virtual_function___S__with_a_different_return_type
|
|
1 385 attempt to overload function '%S' with a different return type=385_attempt_to_overload_function___S__with_a_different_return_type
|
|
1 386 attempt to use pointer to undefined class=386_attempt_to_use_pointer_to_undefined_class
|
|
1 387 expression is useful only for its side effects=387_expression_is_useful_only_for_its_side_effects
|
|
1 388 integral constant will be truncated during assignment or initialization=388_integral_constant_will_be_truncated_during_assignment_or_initialization
|
|
1 389 integral value may be truncated during assignment or initialization=389_integral_value_may_be_truncated_during_assignment_or_initialization
|
|
1 390 cannot generate default constructor to initialize '%T' since constructors were declared=390_cannot_generate_default_constructor_to_initialize___T__since_constructors_were_declared
|
|
1 391 assignment found in boolean expression=391_assignment_found_in_boolean_expression
|
|
1 392 definition: '%F'=392_definition____F_
|
|
1 393 included from %s(%u)=393_included_from__sL_uR
|
|
1 394 reference object must be initialized=394_reference_object_must_be_initialized
|
|
1 395 option requires an identifier=395_option_requires_an_identifier
|
|
1 396 'main' cannot be overloaded=396__main__cannot_be_overloaded
|
|
1 397 'new' expression cannot allocate a void=397__new__expression_cannot_allocate_a_void
|
|
1 398 'new' expression cannot allocate a function=398__new__expression_cannot_allocate_a_function
|
|
1 399 'new' expression allocates a const or volatile object=399__new__expression_allocates_a_const_or_volatile_object
|
|
1 400 cannot convert right expression for initialization=400_cannot_convert_right_expression_for_initialization
|
|
1 401 conversion ambiguity: [initialization expression] to [type of object]=401_conversion_ambiguity__Uinitialization_expressionV_to_Utype_of_objectV
|
|
1 402 class template '%S' has already been declared as a friend=402_class_template___S__has_already_been_declared_as_a_friend
|
|
1 403 private base class accessed to convert initialization expression=403_private_base_class_accessed_to_convert_initialization_expression
|
|
1 404 protected base class accessed to convert initialization expression=404_protected_base_class_accessed_to_convert_initialization_expression
|
|
1 405 cannot return a pointer or reference to a constant object=405_cannot_return_a_pointer_or_reference_to_a_constant_object
|
|
1 406 cannot pass a pointer or reference to a constant object=406_cannot_pass_a_pointer_or_reference_to_a_constant_object
|
|
1 407 class templates must be named=407_class_templates_must_be_named
|
|
1 408 function templates can only name functions=408_function_templates_can_only_name_functions
|
|
1 409 template argument '%S' is not used in the function argument list=409_template_argument___S__is_not_used_in_the_function_argument_list
|
|
1 410 destructor cannot be declared const or volatile=410_destructor_cannot_be_declared_const_or_volatile
|
|
1 411 static member function cannot be declared const or volatile=411_static_member_function_cannot_be_declared_const_or_volatile
|
|
1 412 only member functions can be declared const or volatile=412_only_member_functions_can_be_declared_const_or_volatile
|
|
1 413 'const' or 'volatile' modifiers are not part of a function's type=413__const__or__volatile__modifiers_are_not_part_of_a_function_s_type
|
|
1 414 type cannot be defined in an argument=414_type_cannot_be_defined_in_an_argument
|
|
1 415 type cannot be defined in return type=415_type_cannot_be_defined_in_return_type
|
|
1 416 data members cannot be initialized inside a class definition=416_data_members_cannot_be_initialized_inside_a_class_definition
|
|
1 417 only virtual functions may be declared pure=417_only_virtual_functions_may_be_declared_pure
|
|
1 418 destructor is not declared in its proper class=418_destructor_is_not_declared_in_its_proper_class
|
|
1 419 cannot call non-const function for a constant object=419_cannot_call_nonMconst_function_for_a_constant_object
|
|
1 420 memory initializer list may only appear in a constructor definition=420_memory_initializer_list_may_only_appear_in_a_constructor_definition
|
|
1 421 cannot initialize member '%N' twice=421_cannot_initialize_member___N__twice
|
|
1 422 cannot initialize base class '%T' twice=422_cannot_initialize_base_class___T__twice
|
|
1 423 '%T' is not a direct base class=423___T__is_not_a_direct_base_class
|
|
1 424 '%N' cannot be initialized because it is not a member=424___N__cannot_be_initialized_because_it_is_not_a_member
|
|
1 425 '%N' cannot be initialized because it is a member function=425___N__cannot_be_initialized_because_it_is_a_member_function
|
|
1 426 '%N' cannot be initialized because it is a static member=426___N__cannot_be_initialized_because_it_is_a_static_member
|
|
1 427 '%N' has not been declared as a member=427___N__has_not_been_declared_as_a_member
|
|
1 428 const/reference member '%S' must have an initializer=428_constDreference_member___S__must_have_an_initializer
|
|
1 429 abstract class '%T' cannot be used as an argument type=429_abstract_class___T__cannot_be_used_as_an_argument_type
|
|
1 430 abstract class '%T' cannot be used as a function return type=430_abstract_class___T__cannot_be_used_as_a_function_return_type
|
|
1 431 defining '%S' is not possible because '%T' is an abstract class=431_defining___S__is_not_possible_because___T__is_an_abstract_class
|
|
1 432 cannot convert to an abstract class '%T'=432_cannot_convert_to_an_abstract_class___T_
|
|
1 433 mangled name for '%S' has been truncated=433_mangled_name_for___S__has_been_truncated
|
|
1 434 cannot convert to a type of unknown size=434_cannot_convert_to_a_type_of_unknown_size
|
|
1 435 cannot convert a type of unknown size=435_cannot_convert_a_type_of_unknown_size
|
|
1 436 cannot construct an abstract class=436_cannot_construct_an_abstract_class
|
|
1 437 cannot construct an undefined class=437_cannot_construct_an_undefined_class
|
|
1 438 string literal concatenated during array initialization=438_string_literal_concatenated_during_array_initialization
|
|
1 439 maximum size of segment '%s' has been exceeded for '%S'=439_maximum_size_of_segment___s__has_been_exceeded_for___S_
|
|
1 440 maximum data item size has been exceeded for '%S'=440_maximum_data_item_size_has_been_exceeded_for___S_
|
|
1 441 function attribute has been repeated=441_function_attribute_has_been_repeated
|
|
1 442 modifier has been repeated=442_modifier_has_been_repeated
|
|
1 443 illegal combination of memory model modifiers=443_illegal_combination_of_memory_model_modifiers
|
|
1 444 argument name '%N' has already been used=444_argument_name___N__has_already_been_used
|
|
1 445 function definition for '%S' must be declared with an explicit argument list=445_function_definition_for___S__must_be_declared_with_an_explicit_argument_list
|
|
1 446 user-defined conversion cannot convert to its own class or base class=446_userMdefined_conversion_cannot_convert_to_its_own_class_or_base_class
|
|
1 447 user-defined conversion cannot convert to void=447_userMdefined_conversion_cannot_convert_to_void
|
|
1 448 expecting identifier=448_expecting_identifier
|
|
1 449 symbol '%S' does not have a segment associated with it=449_symbol___S__does_not_have_a_segment_associated_with_it
|
|
1 450 symbol '%S' must have integral or pointer type=450_symbol___S__must_have_integral_or_pointer_type
|
|
1 451 symbol '%S' cannot be accessed in all contexts=451_symbol___S__cannot_be_accessed_in_all_contexts
|
|
1 452 cannot convert class expression to be copied=452_cannot_convert_class_expression_to_be_copied
|
|
1 453 conversion ambiguity: multiple copy constructors=453_conversion_ambiguity__multiple_copy_constructors
|
|
1 454 function template '%S' already has a definition=454_function_template___S__already_has_a_definition
|
|
1 455 function templates cannot have default arguments=455_function_templates_cannot_have_default_arguments
|
|
1 456 'main' cannot be a function template=456__main__cannot_be_a_function_template
|
|
1 457 '%S' was previously declared as a typedef=457___S__was_previously_declared_as_a_typedef
|
|
1 458 '%S' was previously declared as a variable/function=458___S__was_previously_declared_as_a_variableDfunction
|
|
1 459 private base class accessed to convert assignment expression=459_private_base_class_accessed_to_convert_assignment_expression
|
|
1 460 protected base class accessed to convert assignment expression=460_protected_base_class_accessed_to_convert_assignment_expression
|
|
1 461 maximum size of DGROUP has been exceeded for '%S' in segment '%s'=461_maximum_size_of_DGROUP_has_been_exceeded_for___S__in_segment___s_
|
|
1 462 type of return value is not the enumeration type of function=462_type_of_return_value_is_not_the_enumeration_type_of_function
|
|
1 463 linkage must be first in a declaration\; probable cause: missing '\;'=463_linkage_must_be_first_in_a_declarationS_probable_cause__missing__S_
|
|
1 464 'main' cannot be a static function=464__main__cannot_be_a_static_function
|
|
1 465 'main' cannot be an inline function=465__main__cannot_be_an_inline_function
|
|
1 466 'main' cannot be referenced=466__main__cannot_be_referenced
|
|
1 467 cannot call a non-volatile function for a volatile object=467_cannot_call_a_nonMvolatile_function_for_a_volatile_object
|
|
1 468 cannot convert pointer to constant or volatile objects to pointer to void=468_cannot_convert_pointer_to_constant_or_volatile_objects_to_pointer_to_void
|
|
1 469 cannot convert pointer to constant or non-volatile objects to pointer to volatile void=469_cannot_convert_pointer_to_constant_or_nonMvolatile_objects_to_pointer_to_volatile_void
|
|
1 470 address of function is too large to be converted to pointer to void=470_address_of_function_is_too_large_to_be_converted_to_pointer_to_void
|
|
1 471 address of data object is too large to be converted to pointer to void=471_address_of_data_object_is_too_large_to_be_converted_to_pointer_to_void
|
|
1 472 expression with side effect in sizeof discarded=472_expression_with_side_effect_in_sizeof_discarded
|
|
1 473 function argument(s) do not match those in prototype=473_function_argumentLsR_do_not_match_those_in_prototype
|
|
1 474 conversion ambiguity: [expression] to [class object]=474_conversion_ambiguity__UexpressionV_to_Uclass_objectV
|
|
1 475 cannot assign right expression to class object=475_cannot_assign_right_expression_to_class_object
|
|
1 476 argument count is %d since there is an implicit 'this' argument=476_argument_count_is__d_since_there_is_an_implicit__this__argument
|
|
1 477 argument count is %d since there is no implicit 'this' argument=477_argument_count_is__d_since_there_is_no_implicit__this__argument
|
|
1 478 argument count is %d for a non-member function=478_argument_count_is__d_for_a_nonMmember_function
|
|
1 479 conversion ambiguity: multiple copy constructors to copy array '%S'=479_conversion_ambiguity__multiple_copy_constructors_to_copy_array___S_
|
|
1 480 variable/function has the same name as the class/enum '%S'=480_variableDfunction_has_the_same_name_as_the_classDenum___S_
|
|
1 481 class/enum has the same name as the function/variable '%S'=481_classDenum_has_the_same_name_as_the_functionDvariable___S_
|
|
1 482 cannot create a default constructor=482_cannot_create_a_default_constructor
|
|
1 483 attempting to access default constructor for %T=483_attempting_to_access_default_constructor_for__T
|
|
1 484 cannot align symbol '%S' to segment boundary=484_cannot_align_symbol___S__to_segment_boundary
|
|
1 485 friend declaration does not specify a class or function=485_friend_declaration_does_not_specify_a_class_or_function
|
|
1 486 cannot take address of overloaded function=486_cannot_take_address_of_overloaded_function
|
|
1 487 cannot use address of overloaded function as a variable argument=487_cannot_use_address_of_overloaded_function_as_a_variable_argument
|
|
1 488 '%N' cannot be overloaded=488___N__cannot_be_overloaded
|
|
1 489 symbol '%S' has already been initialized=489_symbol___S__has_already_been_initialized
|
|
1 490 delete expression is a pointer to a function=490_delete_expression_is_a_pointer_to_a_function
|
|
1 491 delete of a pointer to const data=491_delete_of_a_pointer_to_const_data
|
|
1 492 delete expression is not a pointer to data=492_delete_expression_is_not_a_pointer_to_data
|
|
1 493 template argument is not a constant expression=493_template_argument_is_not_a_constant_expression
|
|
1 494 template argument is not an external linkage symbol=494_template_argument_is_not_an_external_linkage_symbol
|
|
1 495 conversion of const reference to volatile reference=495_conversion_of_const_reference_to_volatile_reference
|
|
1 496 conversion of volatile reference to const reference=496_conversion_of_volatile_reference_to_const_reference
|
|
1 497 conversion of const or volatile reference to plain reference=497_conversion_of_const_or_volatile_reference_to_plain_reference
|
|
1 498 syntax error before '%s'\; probable cause: incorrectly spelled type name=498_syntax_error_before___s_S_probable_cause__incorrectly_spelled_type_name
|
|
1 499 object (or object pointer) required to access non-static member function=499_object_Lor_object_pointerR_required_to_access_nonMstatic_member_function
|
|
1 500 object (or object pointer) cannot be used to access function=500_object_Lor_object_pointerR_cannot_be_used_to_access_function
|
|
1 501 object (or object pointer) cannot be used to access data=501_object_Lor_object_pointerR_cannot_be_used_to_access_data
|
|
1 502 cannot access member function in enclosing class=502_cannot_access_member_function_in_enclosing_class
|
|
1 503 cannot access data member in enclosing class=503_cannot_access_data_member_in_enclosing_class
|
|
1 504 syntax error before type name '%s'=504_syntax_error_before_type_name___s_
|
|
1 505 implementation restriction: cannot generate thunk from '%S'=505_implementation_restriction__cannot_generate_thunk_from___S_
|
|
1 506 conversion of __based( void ) pointer to virtual base class=506_conversion_of___basedL_void_R_pointer_to_virtual_base_class
|
|
1 507 class for target operand is not derived from class for source operand=507_class_for_target_operand_is_not_derived_from_class_for_source_operand
|
|
1 508 conversion ambiguity: [pointer to class member] to [assignment object]=508_conversion_ambiguity__Upointer_to_class_memberV_to_Uassignment_objectV
|
|
1 509 conversion of pointer to class member involves a private base class=509_conversion_of_pointer_to_class_member_involves_a_private_base_class
|
|
1 510 conversion of pointer to class member involves a protected base class=510_conversion_of_pointer_to_class_member_involves_a_protected_base_class
|
|
1 511 item is neither a non-static member function nor data member=511_item_is_neither_a_nonMstatic_member_function_nor_data_member
|
|
1 512 function address cannot be converted to pointer to class member=512_function_address_cannot_be_converted_to_pointer_to_class_member
|
|
1 513 conversion ambiguity: [address of function] to [pointer to class member]=513_conversion_ambiguity__Uaddress_of_functionV_to_Upointer_to_class_memberV
|
|
1 514 addressed function is in a private base class=514_addressed_function_is_in_a_private_base_class
|
|
1 515 addressed function is in a protected base class=515_addressed_function_is_in_a_protected_base_class
|
|
1 516 class for object is not defined=516_class_for_object_is_not_defined
|
|
1 517 left expression is not a class object=517_left_expression_is_not_a_class_object
|
|
1 518 right expression is not a pointer to class member=518_right_expression_is_not_a_pointer_to_class_member
|
|
1 519 cannot convert pointer to class of member pointer=519_cannot_convert_pointer_to_class_of_member_pointer
|
|
1 520 conversion ambiguity: [pointer] to [class of pointer to class member]=520_conversion_ambiguity__UpointerV_to_Uclass_of_pointer_to_class_memberV
|
|
1 521 conversion of pointer to class of member pointer involves a private base class=521_conversion_of_pointer_to_class_of_member_pointer_involves_a_private_base_class
|
|
1 522 conversion of pointer to class of member pointer involves a protected base class=522_conversion_of_pointer_to_class_of_member_pointer_involves_a_protected_base_class
|
|
1 523 cannot convert object to class of member pointer=523_cannot_convert_object_to_class_of_member_pointer
|
|
1 524 conversion ambiguity: [object] to [class object of pointer to class member]=524_conversion_ambiguity__UobjectV_to_Uclass_object_of_pointer_to_class_memberV
|
|
1 525 conversion of object to class of member pointer involves a private base class=525_conversion_of_object_to_class_of_member_pointer_involves_a_private_base_class
|
|
1 526 conversion of object to class of member pointer involves a protected base class=526_conversion_of_object_to_class_of_member_pointer_involves_a_protected_base_class
|
|
1 527 conversion of pointer to class member from a derived to a base class=527_conversion_of_pointer_to_class_member_from_a_derived_to_a_base_class
|
|
1 528 form is '#pragma inline_recursion en' where 'en' is 'on' or 'off'=528_form_is___pragma_inline_recursion_en__where__en__is__on__or__off_
|
|
1 529 expression for number of array elements must be integral=529_expression_for_number_of_array_elements_must_be_integral
|
|
1 530 function accessed with '.*' or '->*' can only be called=530_function_accessed_with___T__or__MYT__can_only_be_called
|
|
1 531 left operand must be a pointer, pointer to class member, or arithmetic=531_left_operand_must_be_a_pointer__pointer_to_class_member__or_arithmetic
|
|
1 532 right operand must be a pointer, pointer to class member, or arithmetic=532_right_operand_must_be_a_pointer__pointer_to_class_member__or_arithmetic
|
|
1 533 neither pointer to class member can be converted to the other=533_neither_pointer_to_class_member_can_be_converted_to_the_other
|
|
1 534 left operand is not a valid pointer to class member=534_left_operand_is_not_a_valid_pointer_to_class_member
|
|
1 535 right operand is not a valid pointer to class member=535_right_operand_is_not_a_valid_pointer_to_class_member
|
|
1 536 cannot use '.*' nor '->*' with pointer to class member with zero value=536_cannot_use___T__nor__MYT__with_pointer_to_class_member_with_zero_value
|
|
1 537 operand is not a valid pointer to class member=537_operand_is_not_a_valid_pointer_to_class_member
|
|
1 538 destructor can be invoked only with '.' or '->'=538_destructor_can_be_invoked_only_with_____or__MY_
|
|
1 539 class of destructor must be class of object being destructed=539_class_of_destructor_must_be_class_of_object_being_destructed
|
|
1 540 destructor is not properly qualified=540_destructor_is_not_properly_qualified
|
|
1 541 pointers to class members reference different object types=541_pointers_to_class_members_reference_different_object_types
|
|
1 542 operand must be pointer to class or struct=542_operand_must_be_pointer_to_class_or_struct
|
|
1 543 expression must have void type=543_expression_must_have_void_type
|
|
1 544 expression types do not match for ':' operator=544_expression_types_do_not_match_for_____operator
|
|
1 545 cannot create an undefined type with 'operator new'=545_cannot_create_an_undefined_type_with__operator_new_
|
|
1 546 delete of a pointer to an undefined type=546_delete_of_a_pointer_to_an_undefined_type
|
|
1 547 cannot access '%S' through a private base class=547_cannot_access___S__through_a_private_base_class
|
|
1 548 cannot access '%S' through a protected base class=548_cannot_access___S__through_a_protected_base_class
|
|
1 549 'sizeof' operand contains compiler generated information=549__sizeof__operand_contains_compiler_generated_information
|
|
1 550 cannot convert ':' operands to a common reference type=550_cannot_convert_____operands_to_a_common_reference_type
|
|
1 551 conversion ambiguity: [reference to object] to [type of opposite ':' operand]=551_conversion_ambiguity__Ureference_to_objectV_to_Utype_of_opposite_____operandV
|
|
1 552 conversion of reference to ':' object involves a private base class=552_conversion_of_reference_to_____object_involves_a_private_base_class
|
|
1 553 conversion of reference to ':' object involves a protected base class=553_conversion_of_reference_to_____object_involves_a_protected_base_class
|
|
1 554 expression must have type arithmetic, pointer, or pointer to class member=554_expression_must_have_type_arithmetic__pointer__or_pointer_to_class_member
|
|
1 555 expression for 'while' is always false=555_expression_for__while__is_always_false
|
|
1 556 testing expression for 'for' is always false=556_testing_expression_for__for__is_always_false
|
|
1 557 message number '%d' is invalid=557_message_number___d__is_invalid
|
|
1 558 warning level must be an integer in range 0 to 9=558_warning_level_must_be_an_integer_in_range_0_to_9
|
|
1 559 function '%S' cannot be defined because it is generated by the compiler=559_function___S__cannot_be_defined_because_it_is_generated_by_the_compiler
|
|
1 560 neither environment variable nor file found for '@' name=560_neither_environment_variable_nor_file_found_for__A__name
|
|
1 561 more than 5 indirections during command line processing=561_more_than_5_indirections_during_command_line_processing
|
|
1 562 cannot take address of non-static member function=562_cannot_take_address_of_nonMstatic_member_function
|
|
1 563 cannot generate default '%S' because class contains either a constant or a reference member=563_cannot_generate_default___S__because_class_contains_either_a_constant_or_a_reference_member
|
|
1 564 cannot convert pointer to non-constant or volatile objects to pointer to const void=564_cannot_convert_pointer_to_nonMconstant_or_volatile_objects_to_pointer_to_const_void
|
|
1 565 cannot convert pointer to non-constant or non-volatile objects to pointer to const volatile void=565_cannot_convert_pointer_to_nonMconstant_or_nonMvolatile_objects_to_pointer_to_const_volatile_void
|
|
1 566 cannot initialize pointer to non-volatile with a pointer to volatile=566_cannot_initialize_pointer_to_nonMvolatile_with_a_pointer_to_volatile
|
|
1 567 cannot pass a pointer or reference to a volatile object=567_cannot_pass_a_pointer_or_reference_to_a_volatile_object
|
|
1 568 cannot return a pointer or reference to a volatile object=568_cannot_return_a_pointer_or_reference_to_a_volatile_object
|
|
1 569 left expression is not a pointer to a volatile object=569_left_expression_is_not_a_pointer_to_a_volatile_object
|
|
1 570 virtual function override for '%S' is ambiguous=570_virtual_function_override_for___S__is_ambiguous
|
|
1 571 initialization priority must be number 0-255, 'library', or 'program'=571_initialization_priority_must_be_number_0M255___library___or__program_
|
|
1 572 previous case label defined %L=572_previous_case_label_defined__L
|
|
1 573 previous default label defined %L=573_previous_default_label_defined__L
|
|
1 574 label defined %L=574_label_defined__L
|
|
1 575 label referenced %L=575_label_referenced__L
|
|
1 576 object thrown has type: %T=576_object_thrown_has_type___T
|
|
1 577 object thrown has an ambiguous base class %T=577_object_thrown_has_an_ambiguous_base_class__T
|
|
1 578 form is '#pragma inline_depth level' where 'level' is 0 to 255=578_form_is___pragma_inline_depth_level__where__level__is_0_to_255
|
|
1 579 pointer or reference truncated by cast=579_pointer_or_reference_truncated_by_cast
|
|
1 580 cannot find a constructor for given initializer argument list=580_cannot_find_a_constructor_for_given_initializer_argument_list
|
|
1 581 variable '%N' can only be based on a string in this context=581_variable___N__can_only_be_based_on_a_string_in_this_context
|
|
1 582 memory model modifiers are not allowed for class members=582_memory_model_modifiers_are_not_allowed_for_class_members
|
|
1 583 redefinition of the typedef name '%S' ignored=583_redefinition_of_the_typedef_name___S__ignored
|
|
1 584 constructor for variable '%S' cannot be bypassed=584_constructor_for_variable___S__cannot_be_bypassed
|
|
1 585 syntax error\; missing start of function body after constructor initializer=585_syntax_errorS_missing_start_of_function_body_after_constructor_initializer
|
|
1 586 conversion ambiguity: [expression] to [type of default argument]=586_conversion_ambiguity__UexpressionV_to_Utype_of_default_argumentV
|
|
1 587 conversion of expression for default argument is impossible=587_conversion_of_expression_for_default_argument_is_impossible
|
|
1 588 syntax error before template name '%s'=588_syntax_error_before_template_name___s_
|
|
1 589 private base class accessed to convert default argument=589_private_base_class_accessed_to_convert_default_argument
|
|
1 590 protected base class accessed to convert default argument=590_protected_base_class_accessed_to_convert_default_argument
|
|
1 591 operand must be an lvalue (cast produces rvalue)=591_operand_must_be_an_lvalue_Lcast_produces_rvalueR
|
|
1 592 left operand must be an lvalue (cast produces rvalue)=592_left_operand_must_be_an_lvalue_Lcast_produces_rvalueR
|
|
1 593 right operand must be an lvalue (cast produces rvalue)=593_right_operand_must_be_an_lvalue_Lcast_produces_rvalueR
|
|
1 594 construct resolved as a declaration/type=594_construct_resolved_as_a_declarationDtype
|
|
1 595 construct resolved as an expression=595_construct_resolved_as_an_expression
|
|
1 596 construct cannot be resolved=596_construct_cannot_be_resolved
|
|
1 597 encountered another ambiguous construct during disambiguation=597_encountered_another_ambiguous_construct_during_disambiguation
|
|
1 598 ellipsis (...) argument contains compiler generated information=598_ellipsis_L___R_argument_contains_compiler_generated_information
|
|
1 599 cannot convert argument for ellipsis (...) argument=599_cannot_convert_argument_for_ellipsis_L___R_argument
|
|
1 600 conversion ambiguity: [argument] to [ellipsis (...) argument]=600_conversion_ambiguity__UargumentV_to_Uellipsis_L___R_argumentV
|
|
1 601 converted function type has different #pragma from original function type=601_converted_function_type_has_different__pragma_from_original_function_type
|
|
1 602 class value used as return value or argument in converted function type=602_class_value_used_as_return_value_or_argument_in_converted_function_type
|
|
1 603 class value used as return value or argument in original function type=603_class_value_used_as_return_value_or_argument_in_original_function_type
|
|
1 604 must look ahead to determine whether construct is a declaration/type or an expression=604_must_look_ahead_to_determine_whether_construct_is_a_declarationDtype_or_an_expression
|
|
1 605 assembler: '%s'=605_assembler____s_
|
|
1 606 default argument expression cannot reference 'this'=606_default_argument_expression_cannot_reference__this_
|
|
1 607 #pragma aux must reference a "C" linkage function '%S'=607__pragma_aux_must_reference_a__C__linkage_function___S_
|
|
1 608 assignment is ambiguous for operands used=608_assignment_is_ambiguous_for_operands_used
|
|
1 609 pragma name '%s' is not defined=609_pragma_name___s__is_not_defined
|
|
1 610 '%S' could not be generated by the compiler=610___S__could_not_be_generated_by_the_compiler
|
|
1 611 'catch' does not immediately follow a 'try' or 'catch'=611__catch__does_not_immediately_follow_a__try__or__catch_
|
|
1 612 preceding catch specified '...'=612_preceding_catch_specified______
|
|
1 613 argument to extern "C" function contains compiler generated information=613_argument_to_extern__C__function_contains_compiler_generated_information
|
|
1 614 previous try block defined %L=614_previous_try_block_defined__L
|
|
1 615 previous catch block defined %L=615_previous_catch_block_defined__L
|
|
1 616 catch handler can never be invoked=616_catch_handler_can_never_be_invoked
|
|
1 617 cannot overload extern "C" functions (the other function is '%S')=617_cannot_overload_extern__C__functions_Lthe_other_function_is___S_R
|
|
1 618 function will be overload ambiguous with '%S' using default arguments=618_function_will_be_overload_ambiguous_with___S__using_default_arguments
|
|
1 619 linkage specification is different than previous declaration '%S'=619_linkage_specification_is_different_than_previous_declaration___S_
|
|
1 620 not enough segment registers available to generate '%s'=620_not_enough_segment_registers_available_to_generate___s_
|
|
1 621 pure virtual destructors must have a definition=621_pure_virtual_destructors_must_have_a_definition
|
|
1 622 jump into try block=622_jump_into_try_block
|
|
1 623 jump into catch handler=623_jump_into_catch_handler
|
|
1 624 catch block does not immediately follow try block=624_catch_block_does_not_immediately_follow_try_block
|
|
1 625 exceptions must be enabled to use feature (use 'xs' option)=625_exceptions_must_be_enabled_to_use_feature_Luse__xs__optionR
|
|
1 626 I/O error reading '%s': %s"=626_IDO_error_reading___s____s_
|
|
1 627 text following pre-processor directive=627_text_following_preMprocessor_directive
|
|
1 628 expression is not meaningful=628_expression_is_not_meaningful
|
|
1 629 expression has no side effect=629_expression_has_no_side_effect
|
|
1 630 source conversion type is '%T'=630_source_conversion_type_is___T_
|
|
1 631 target conversion type is '%T'=631_target_conversion_type_is___T_
|
|
1 632 redeclaration of '%S' has different attributes=632_redeclaration_of___S__has_different_attributes
|
|
1 633 template class instantiation for '%T' was %L=633_template_class_instantiation_for___T__was__L
|
|
1 634 template function instantiation for '%S' was %L=634_template_function_instantiation_for___S__was__L
|
|
1 635 template class member instantiation was %L=635_template_class_member_instantiation_was__L
|
|
1 636 function template binding for '%S' was %L=636_function_template_binding_for___S__was__L
|
|
1 637 function template binding of '%S' was %L=637_function_template_binding_of___S__was__L
|
|
1 638 '%s' defined %L=638___s__defined__L
|
|
1 639 form is '#pragma template_depth level' where 'level' is a non-zero number=639_form_is___pragma_template_depth_level__where__level__is_a_nonMzero_number
|
|
1 640 possible non-terminating template instantiation (use "#pragma template_depth %d" to increase depth)=640_possible_nonMterminating_template_instantiation_Luse___pragma_template_depth__d__to_increase_depthR
|
|
1 641 cannot inherit a partially defined base class '%T'=641_cannot_inherit_a_partially_defined_base_class___T_
|
|
1 642 ambiguous function: %F defined %L=642_ambiguous_function___F_defined__L
|
|
1 643 cannot convert argument %d defined %L=643_cannot_convert_argument__d_defined__L
|
|
1 644 'this' cannot be converted=644__this__cannot_be_converted
|
|
1 645 rejected function: %F defined %L=645_rejected_function___F_defined__L
|
|
1 646 '%T' operator can be used=646___T__operator_can_be_used
|
|
1 647 cannot #undef '%s'=647_cannot__undef___s_
|
|
1 648 cannot #define '%s'=648_cannot__define___s_
|
|
1 649 template function '%F' defined %L=649_template_function___F__defined__L
|
|
1 650 ambiguous function template: %F defined %L=650_ambiguous_function_template___F_defined__L
|
|
1 651 cannot instantiate %S=651_cannot_instantiate__S
|
|
1 652 rejected function template: %F defined %L=652_rejected_function_template___F_defined__L
|
|
1 653 operand cannot be a function=653_operand_cannot_be_a_function
|
|
1 654 left operand cannot be a function=654_left_operand_cannot_be_a_function
|
|
1 655 right operand cannot be a function=655_right_operand_cannot_be_a_function
|
|
1 656 define this function inside its class definition (may improve code quality)=656_define_this_function_inside_its_class_definition_Lmay_improve_code_qualityR
|
|
1 657 define this function inside its class definition (could have improved code quality)=657_define_this_function_inside_its_class_definition_Lcould_have_improved_code_qualityR
|
|
1 658 cannot convert address of overloaded function '%S'=658_cannot_convert_address_of_overloaded_function___S_
|
|
1 659 expression cannot have void type=659_expression_cannot_have_void_type
|
|
1 660 cannot reference a bit field=660_cannot_reference_a_bit_field
|
|
1 661 cannot assign to object having an undefined class=661_cannot_assign_to_object_having_an_undefined_class
|
|
1 662 cannot create member pointer to constructor=662_cannot_create_member_pointer_to_constructor
|
|
1 663 cannot create member pointer to destructor=663_cannot_create_member_pointer_to_destructor
|
|
1 664 attempt to initialize a non-constant reference with a temporary object=664_attempt_to_initialize_a_nonMconstant_reference_with_a_temporary_object
|
|
1 665 temporary object used to initialize a non-constant reference=665_temporary_object_used_to_initialize_a_nonMconstant_reference
|
|
1 666 assuming unary 'operator &' not overloaded for type '%T'=666_assuming_unary__operator____not_overloaded_for_type___T_
|
|
1 667 'va_start' macro will not work without an argument before '...'=667__va_start__macro_will_not_work_without_an_argument_before______
|
|
1 668 'va_start' macro will not work with a reference argument before '...'=668__va_start__macro_will_not_work_with_a_reference_argument_before______
|
|
1 669 'va_start' macro will not work with a class argument before '...'=669__va_start__macro_will_not_work_with_a_class_argument_before______
|
|
1 670 function modifier conflicts with previous declaration '%S'=670_function_modifier_conflicts_with_previous_declaration___S_
|
|
1 671 function modifier cannot be used on a variable=671_function_modifier_cannot_be_used_on_a_variable
|
|
1 672 '%T' contains the following pure virtual functions=672___T__contains_the_following_pure_virtual_functions
|
|
1 673 '%T' has no implementation for the following pure virtual functions=673___T__has_no_implementation_for_the_following_pure_virtual_functions
|
|
1 674 pure virtual function '%F' defined %L=674_pure_virtual_function___F__defined__L
|
|
1 675 restriction: standard calling convention required for '%S'=675_restriction__standard_calling_convention_required_for___S_
|
|
1 676 number of arguments in function call is incorrect=676_number_of_arguments_in_function_call_is_incorrect
|
|
1 677 function has type '%T'=677_function_has_type___T_
|
|
1 678 invalid octal constant=678_invalid_octal_constant
|
|
1 679 class template definition started %L=679_class_template_definition_started__L
|
|
1 680 constructor initializer started %L=680_constructor_initializer_started__L
|
|
1 681 zero size array must be the last data member=681_zero_size_array_must_be_the_last_data_member
|
|
1 682 cannot inherit a class that contains a zero size array=682_cannot_inherit_a_class_that_contains_a_zero_size_array
|
|
1 683 zero size array '%S' cannot be used in a class with base classes=683_zero_size_array___S__cannot_be_used_in_a_class_with_base_classes
|
|
1 684 cannot catch abstract class object=684_cannot_catch_abstract_class_object
|
|
1 685 non-static member function '%S' cannot be specified=685_nonMstatic_member_function___S__cannot_be_specified
|
|
1 686 attempt to convert pointer or reference from a base to a derived class=686_attempt_to_convert_pointer_or_reference_from_a_base_to_a_derived_class
|
|
1 687 expression for 'while' is always true=687_expression_for__while__is_always_true
|
|
1 688 testing expression for 'for' is always true=688_testing_expression_for__for__is_always_true
|
|
1 689 conditional expression is always true (non-zero)=689_conditional_expression_is_always_true_LnonMzeroR
|
|
1 690 conditional expression is always false (zero)=690_conditional_expression_is_always_false_LzeroR
|
|
1 691 expecting a member of '%T' to be defined in this context=691_expecting_a_member_of___T__to_be_defined_in_this_context
|
|
1 692 cannot throw an abstract class=692_cannot_throw_an_abstract_class
|
|
1 693 cannot create pre-compiled header file '%s'=693_cannot_create_preMcompiled_header_file___s_
|
|
1 694 error occurred while writing pre-compiled header file=694_error_occurred_while_writing_preMcompiled_header_file
|
|
1 695 error occurred while reading pre-compiled header file=695_error_occurred_while_reading_preMcompiled_header_file
|
|
1 696 pre-compiled header file being recreated=696_preMcompiled_header_file_being_recreated
|
|
1 697 pre-compiled header file being recreated (different compile options)=697_preMcompiled_header_file_being_recreated_Ldifferent_compile_optionsR
|
|
1 698 pre-compiled header file being recreated (different #include file)=698_preMcompiled_header_file_being_recreated_Ldifferent__include_fileR
|
|
1 699 pre-compiled header file being recreated (different current directory)=699_preMcompiled_header_file_being_recreated_Ldifferent_current_directoryR
|
|
1 700 pre-compiled header file being recreated (different INCLUDE path)=700_preMcompiled_header_file_being_recreated_Ldifferent_INCLUDE_pathR
|
|
1 701 pre-compiled header file being recreated ('%s' has been modified)=701_preMcompiled_header_file_being_recreated_L__s__has_been_modifiedR
|
|
1 702 pre-compiled header file being recreated (macro '%s' is different)=702_preMcompiled_header_file_being_recreated_Lmacro___s__is_differentR
|
|
1 703 pre-compiled header file being recreated (macro '%s' is not defined)=703_preMcompiled_header_file_being_recreated_Lmacro___s__is_not_definedR
|
|
1 704 command line specifies smart windows callbacks and DS not equal to SS=704_command_line_specifies_smart_windows_callbacks_and_DS_not_equal_to_SS
|
|
1 705 class '%N' cannot be used with #pragma dump_object_model=705_class___N__cannot_be_used_with__pragma_dump_object_model
|
|
1 706 repeated modifier is '%s'=706_repeated_modifier_is___s_
|
|
1 707 semicolon ('\;') may be missing after class/enum definition=707_semicolon_L_S_R_may_be_missing_after_classDenum_definition
|
|
1 708 cannot return a type of unknown size=708_cannot_return_a_type_of_unknown_size
|
|
1 709 cannot initialize array member '%S'=709_cannot_initialize_array_member___S_
|
|
1 710 file '%s' will #include itself forever=710_file___s__will__include_itself_forever
|
|
1 711 'mutable' may only be used for non-static class members=711__mutable__may_only_be_used_for_nonMstatic_class_members
|
|
1 712 'mutable' member cannot also be const=712__mutable__member_cannot_also_be_const
|
|
1 713 left operand cannot be of type bool=713_left_operand_cannot_be_of_type_bool
|
|
1 714 operand cannot be of type bool=714_operand_cannot_be_of_type_bool
|
|
1 715 member '%N' has not been declared in '%T'=715_member___N__has_not_been_declared_in___T_
|
|
1 716 integral value may be truncated=716_integral_value_may_be_truncated
|
|
1 717 left operand type is '%T'=717_left_operand_type_is___T_
|
|
1 718 right operand type is '%T'=718_right_operand_type_is___T_
|
|
1 719 operand type is '%T'=719_operand_type_is___T_
|
|
1 720 expression type is '%T'=720_expression_type_is___T_
|
|
1 721 virtual function '%S' cannot have its return type changed=721_virtual_function___S__cannot_have_its_return_type_changed
|
|
1 722 __declspec( '%N' ) is not supported=722___declspecL___N__R_is_not_supported
|
|
1 723 attempt to construct a far object when data model is near=723_attempt_to_construct_a_far_object_when_data_model_is_near
|
|
1 724 -zo is an obsolete switch (has no effect)=724_Mzo_is_an_obsolete_switch_Lhas_no_effectR
|
|
1 725 "%s"=725___s_
|
|
1 726 no reference to formal parameter '%S'=726_no_reference_to_formal_parameter___S_
|
|
1 727 cannot dereference a pointer to void=727_cannot_dereference_a_pointer_to_void
|
|
1 728 class modifiers for '%T' conflict with class modifiers for '%T'=728_class_modifiers_for___T__conflict_with_class_modifiers_for___T_
|
|
1 729 invalid hexadecimal constant=729_invalid_hexadecimal_constant
|
|
1 730 return type of 'operator ->' will not allow '->' to be applied=730_return_type_of__operator_MY__will_not_allow__MY__to_be_applied
|
|
1 731 class should have a name since it needs a constructor or a destructor=731_class_should_have_a_name_since_it_needs_a_constructor_or_a_destructor
|
|
1 732 class should have a name since it inherits a class=732_class_should_have_a_name_since_it_inherits_a_class
|
|
1 733 cannot open pre-compiled header file '%s'=733_cannot_open_preMcompiled_header_file___s_
|
|
1 734 invalid second argument to va_start=734_invalid_second_argument_to_va_start
|
|
1 735 '//' style comment continues on next line=735__DD__style_comment_continues_on_next_line
|
|
1 736 cannot open file '%s' for write access=736_cannot_open_file___s__for_write_access
|
|
1 737 implicit conversion of pointers to integral types of same size=737_implicit_conversion_of_pointers_to_integral_types_of_same_size
|
|
1 738 option requires a number=738_option_requires_a_number
|
|
1 739 option -fc specified more than once=739_option_Mfc_specified_more_than_once
|
|
1 740 option -fc specified in batch file of commands=740_option_Mfc_specified_in_batch_file_of_commands
|
|
1 741 file specified by -fc is empty or cannot be read=741_file_specified_by_Mfc_is_empty_or_cannot_be_read
|
|
1 742 cannot open file specified by -fc option=742_cannot_open_file_specified_by_Mfc_option
|
|
1 743 input/output error reading the file specified by -fc option=743_inputDoutput_error_reading_the_file_specified_by_Mfc_option
|
|
1 744 '%N' does not have a return type specified (int assumed)=744___N__does_not_have_a_return_type_specified_Lint_assumedR
|
|
1 745 cannot initialize reference to non-constant with a constant object=745_cannot_initialize_reference_to_nonMconstant_with_a_constant_object
|
|
1 746 processing %s=746_processing__s
|
|
1 747 class '%T' has not been defined=747_class___T__has_not_been_defined
|
|
1 748 cannot catch undefined class object=748_cannot_catch_undefined_class_object
|
|
1 749 class '%T' cannot be used since its definition has errors=749_class___T__cannot_be_used_since_its_definition_has_errors
|
|
1 750 function prototype in block scope missing 'extern'=750_function_prototype_in_block_scope_missing__extern_
|
|
1 751 function prototype is '%T'=751_function_prototype_is___T_
|
|
1 752 class '%T' contains a zero size array=752_class___T__contains_a_zero_size_array
|
|
1 753 invalid 'new' modifier=753_invalid__new__modifier
|
|
1 754 '__declspec(thread)' data '%S' must be link-time initialized=754____declspecLthreadR__data___S__must_be_linkMtime_initialized
|
|
1 755 code may not work properly if this module is split across a code segment=755_code_may_not_work_properly_if_this_module_is_split_across_a_code_segment
|
|
1 756 #pragma extref: symbol '%N' not declared=756__pragma_extref__symbol___N__not_declared
|
|
1 757 #pragma extref: overloaded function '%S' cannot be used=757__pragma_extref__overloaded_function___S__cannot_be_used
|
|
1 758 #pragma extref: '%N' is not a function or data=758__pragma_extref____N__is_not_a_function_or_data
|
|
1 759 #pragma extref: '%S' is not external=759__pragma_extref____S__is_not_external
|
|
1 760 pre-compiled header file being recreated (debugging info may change)=760_preMcompiled_header_file_being_recreated_Ldebugging_info_may_changeR
|
|
1 761 octal escape sequence out of range\; truncated=761_octal_escape_sequence_out_of_rangeS_truncated
|
|
1 762 binary operator '%s' missing right operand=762_binary_operator___s__missing_right_operand
|
|
1 763 binary operator '%s' missing left operand=763_binary_operator___s__missing_left_operand
|
|
1 764 expression contains extra operand(s)=764_expression_contains_extra_operandLsR
|
|
1 765 expression contains consecutive operand(s)=765_expression_contains_consecutive_operandLsR
|
|
1 766 unmatched right parenthesis ')'=766_unmatched_right_parenthesis__R_
|
|
1 767 unmatched left parenthesis '('=767_unmatched_left_parenthesis__L_
|
|
1 768 no expression between parentheses '( )'=768_no_expression_between_parentheses__L_R_
|
|
1 769 expecting ':' operator in conditional expression=769_expecting_____operator_in_conditional_expression
|
|
1 770 expecting '?' operator in conditional expression=770_expecting_____operator_in_conditional_expression
|
|
1 771 expecting first operand in conditional expression=771_expecting_first_operand_in_conditional_expression
|
|
1 772 expecting second operand in conditional expression=772_expecting_second_operand_in_conditional_expression
|
|
1 773 expecting third operand in conditional expression=773_expecting_third_operand_in_conditional_expression
|
|
1 774 expecting operand after unary operator '%s'=774_expecting_operand_after_unary_operator___s_
|
|
1 775 '%s' unexpected in constant expression=775___s__unexpected_in_constant_expression
|
|
1 776 assembler: '%s'=776_assembler____s_
|
|
1 777 expecting 'id' after '::' but found '%s'=777_expecting__id__after______but_found___s_
|
|
1 778 only constructors can be declared explicit=778_only_constructors_can_be_declared_explicit
|
|
1 779 const_cast type must be pointer, member pointer, or reference=779_const_cast_type_must_be_pointer__member_pointer__or_reference
|
|
1 780 const_cast expression must be pointer to same kind of object=780_const_cast_expression_must_be_pointer_to_same_kind_of_object
|
|
1 781 const_cast expression must be lvalue of the same kind of object=781_const_cast_expression_must_be_lvalue_of_the_same_kind_of_object
|
|
1 782 expression must be pointer to member from same class in const_cast=782_expression_must_be_pointer_to_member_from_same_class_in_const_cast
|
|
1 783 expression must be member pointer to same type as specified in const_cast=783_expression_must_be_member_pointer_to_same_type_as_specified_in_const_cast
|
|
1 784 reinterpret_cast expression must be pointer or integral object=784_reinterpret_cast_expression_must_be_pointer_or_integral_object
|
|
1 785 reinterpret_cast expression cannot be casted to reference type=785_reinterpret_cast_expression_cannot_be_casted_to_reference_type
|
|
1 786 reinterpret_cast expression cannot be casted to pointer to member=786_reinterpret_cast_expression_cannot_be_casted_to_pointer_to_member
|
|
1 787 only integral arithmetic types can be used with reinterpret_cast=787_only_integral_arithmetic_types_can_be_used_with_reinterpret_cast
|
|
1 788 only integral arithmetic types can be used with reinterpret_cast=788_only_integral_arithmetic_types_can_be_used_with_reinterpret_cast
|
|
1 789 cannot cast away constness=789_cannot_cast_away_constness
|
|
1 790 size of integral type in cast less than size of pointer=790_size_of_integral_type_in_cast_less_than_size_of_pointer
|
|
1 791 type cannot be used in reinterpret_cast=791_type_cannot_be_used_in_reinterpret_cast
|
|
1 792 only pointers can be casted to integral types with reinterpret_cast=792_only_pointers_can_be_casted_to_integral_types_with_reinterpret_cast
|
|
1 793 only integers and pointers can be casted to pointer types with reinterpret_cast=793_only_integers_and_pointers_can_be_casted_to_pointer_types_with_reinterpret_cast
|
|
1 794 static_cast cannot convert the expression=794_static_cast_cannot_convert_the_expression
|
|
1 795 static_cast cannot be used with the type specified=795_static_cast_cannot_be_used_with_the_type_specified
|
|
1 796 static_cast cannot be used with the reference type specified=796_static_cast_cannot_be_used_with_the_reference_type_specified
|
|
1 797 static_cast cannot be used with the pointer type specified=797_static_cast_cannot_be_used_with_the_pointer_type_specified
|
|
1 798 static_cast cannot be used with the member pointer type specified=798_static_cast_cannot_be_used_with_the_member_pointer_type_specified
|
|
1 799 static_cast type is ambiguous=799_static_cast_type_is_ambiguous
|
|
1 800 cannot cast from ambiguous base class=800_cannot_cast_from_ambiguous_base_class
|
|
1 801 cannot cast to ambiguous base class=801_cannot_cast_to_ambiguous_base_class
|
|
1 802 can only static_cast integers to enumeration type=802_can_only_static_cast_integers_to_enumeration_type
|
|
1 803 dynamic_cast cannot be used with the type specified=803_dynamic_cast_cannot_be_used_with_the_type_specified
|
|
1 804 dynamic_cast cannot convert the expression=804_dynamic_cast_cannot_convert_the_expression
|
|
1 805 dynamic_cast requires class '%T' to have virtual functions=805_dynamic_cast_requires_class___T__to_have_virtual_functions
|
|
1 806 base class for type in dynamic_cast is ambiguous (will fail)=806_base_class_for_type_in_dynamic_cast_is_ambiguous_Lwill_failR
|
|
1 807 base class for type in dynamic_cast is private (may fail)=807_base_class_for_type_in_dynamic_cast_is_private_Lmay_failR
|
|
1 808 base class for type in dynamic_cast is protected (may fail)=808_base_class_for_type_in_dynamic_cast_is_protected_Lmay_failR
|
|
1 809 type cannot be used with an explicit cast=809_type_cannot_be_used_with_an_explicit_cast
|
|
1 810 cannot cast to an array type=810_cannot_cast_to_an_array_type
|
|
1 811 cannot cast to a function type=811_cannot_cast_to_a_function_type
|
|
1 812 implementation restriction: cannot generate RTTI info for '%T' (%d classes)=812_implementation_restriction__cannot_generate_RTTI_info_for___T__L_d_classesR
|
|
1 813 more than one default constructor for '%T'=813_more_than_one_default_constructor_for___T_
|
|
1 814 user-defined conversion is ambiguous=814_userMdefined_conversion_is_ambiguous
|
|
1 815 range of possible values for type '%T' is %s to %s=815_range_of_possible_values_for_type___T__is__s_to__s
|
|
1 816 range of possible values for type '%T' is %s to %s=816_range_of_possible_values_for_type___T__is__s_to__s
|
|
1 817 constant expression in comparison has value %s=817_constant_expression_in_comparison_has_value__s
|
|
1 818 constant expression in comparison has value %s=818_constant_expression_in_comparison_has_value__s
|
|
1 819 conversion of const reference to non-const reference=819_conversion_of_const_reference_to_nonMconst_reference
|
|
1 820 conversion of volatile reference to non-volatile reference=820_conversion_of_volatile_reference_to_nonMvolatile_reference
|
|
1 821 conversion of const volatile reference to plain reference=821_conversion_of_const_volatile_reference_to_plain_reference
|
|
1 822 current declaration has type '%T'=822_current_declaration_has_type___T_
|
|
1 823 only a non-volatile const reference can be bound to temporary=823_only_a_nonMvolatile_const_reference_can_be_bound_to_temporary
|
|
1 824 conversion of pointer to member across a virtual base=824_conversion_of_pointer_to_member_across_a_virtual_base
|
|
1 825 declaration cannot be in the same scope as namespace '%S'=825_declaration_cannot_be_in_the_same_scope_as_namespace___S_
|
|
1 826 '%S' cannot be in the same scope as a namespace=826___S__cannot_be_in_the_same_scope_as_a_namespace
|
|
1 827 File: %s=827_File___s
|
|
1 828 %s=828__s
|
|
1 829 %s: %s=829__s___s
|
|
1 830 %s: %S=830__s___S
|
|
1 831 possible override is '%S'=831_possible_override_is___S_
|
|
1 832 function being overridden is '%S'=832_function_being_overridden_is___S_
|
|
1 833 name does not reference a namespace=833_name_does_not_reference_a_namespace
|
|
1 834 namespace alias cannot be changed=834_namespace_alias_cannot_be_changed
|
|
1 835 cannot throw undefined class object=835_cannot_throw_undefined_class_object
|
|
1 836 symbol has different type than previous symbol in same declaration=836_symbol_has_different_type_than_previous_symbol_in_same_declaration
|
|
1 837 companion definition is '%S'=837_companion_definition_is___S_
|
|
1 838 syntax error\; default argument cannot be processed=838_syntax_errorS_default_argument_cannot_be_processed
|
|
1 839 default argument started %L=839_default_argument_started__L
|
|
1 840 '%N' cannot be declared in a namespace=840___N__cannot_be_declared_in_a_namespace
|
|
1 841 namespace cannot be defined in a non-namespace scope=841_namespace_cannot_be_defined_in_a_nonMnamespace_scope
|
|
1 842 namespace '::' qualifier cannot be used in this context=842_namespace______qualifier_cannot_be_used_in_this_context
|
|
1 843 cannot cast away volatility=843_cannot_cast_away_volatility
|
|
1 844 cannot cast away constness and volatility=844_cannot_cast_away_constness_and_volatility
|
|
1 845 cannot cast away unaligned=845_cannot_cast_away_unaligned
|
|
1 846 subscript expression must be integral=846_subscript_expression_must_be_integral
|
|
1 847 extension: non-standard user-defined conversion=847_extension__nonMstandard_userMdefined_conversion
|
|
1 848 useless using directive ignored=848_useless_using_directive_ignored
|
|
1 849 base class virtual function has not been overridden=849_base_class_virtual_function_has_not_been_overridden
|
|
1 850 virtual function is '%S'=850_virtual_function_is___S_
|
|
1 851 macro '%s' defined %L=851_macro___s__defined__L
|
|
1 852 expanding macro '%s' defined %L=852_expanding_macro___s__defined__L
|
|
1 853 conversion to common class type is impossible=853_conversion_to_common_class_type_is_impossible
|
|
1 854 conversion to common class type is ambiguous=854_conversion_to_common_class_type_is_ambiguous
|
|
1 855 conversion to common class type requires private access=855_conversion_to_common_class_type_requires_private_access
|
|
1 856 conversion to common class type requires protected access=856_conversion_to_common_class_type_requires_protected_access
|
|
1 857 namespace lookup is ambiguous=857_namespace_lookup_is_ambiguous
|
|
1 858 ambiguous namespace symbol is '%S'=858_ambiguous_namespace_symbol_is___S_
|
|
1 859 attempt to static_cast from a private base class=859_attempt_to_static_cast_from_a_private_base_class
|
|
1 860 attempt to static_cast from a protected base class=860_attempt_to_static_cast_from_a_protected_base_class
|
|
1 861 qualified symbol cannot be defined in this scope=861_qualified_symbol_cannot_be_defined_in_this_scope
|
|
1 862 using declaration references non-member=862_using_declaration_references_nonMmember
|
|
1 863 using declaration references class member=863_using_declaration_references_class_member
|
|
1 864 invalid suffix for a constant=864_invalid_suffix_for_a_constant
|
|
1 865 class in using declaration ('%T') must be a base class=865_class_in_using_declaration_L__T_R_must_be_a_base_class
|
|
1 866 name in using declaration is already in scope=866_name_in_using_declaration_is_already_in_scope
|
|
1 867 conflict with a previous using-decl '%S'=867_conflict_with_a_previous_usingMdecl___S_
|
|
1 868 conflict with current using-decl '%S'=868_conflict_with_current_usingMdecl___S_
|
|
1 869 use of '%N' requires build target to be multi-threaded=869_use_of___N__requires_build_target_to_be_multiMthreaded
|
|
1 870 implementation restriction: cannot use 64-bit value in switch statement=870_implementation_restriction__cannot_use_64Mbit_value_in_switch_statement
|
|
1 871 implementation restriction: cannot use 64-bit value in case statement=871_implementation_restriction__cannot_use_64Mbit_value_in_case_statement
|
|
1 872 implementation restriction: cannot use __int64 as bit-field base type=872_implementation_restriction__cannot_use___int64_as_bitMfield_base_type
|
|
1 873 based function object cannot be placed in non-code segment "%s".=873_based_function_object_cannot_be_placed_in_nonMcode_segment___s__
|
|
1 874 Use a segment name ending in "%s", or the default code segment "_CODE".=874_Use_a_segment_name_ending_in___s___or_the_default_code_segment___CODE__
|
|
1 875 RTTI must be enabled to use feature (use 'xr' option)=875_RTTI_must_be_enabled_to_use_feature_Luse__xr__optionR
|
|
1 876 'typeid' class type must be defined=876__typeid__class_type_must_be_defined
|
|
1 877 cast involves unrelated member pointers=877_cast_involves_unrelated_member_pointers
|
|
1 878 unexpected type modifier found=878_unexpected_type_modifier_found
|
|
1 879 invalid bit-field name '%N'=879_invalid_bitMfield_name___N_
|
|
1 880 %u padding byte(s) added=880__u_padding_byteLsR_added
|
|
1 881 cannot be called with a '%T *'=881_cannot_be_called_with_a___T_T_
|
|
1 882 cast involves an undefined member pointer=882_cast_involves_an_undefined_member_pointer
|
|
1 883 cast changes both member pointer object and class type=883_cast_changes_both_member_pointer_object_and_class_type
|
|
1 884 virtual function '%S' has a different calling convention=884_virtual_function___S__has_a_different_calling_convention
|
|
1 885 #endif matches #if in different source file=885__endif_matches__if_in_different_source_file
|
|
1 886 preprocessing directive found %L=886_preprocessing_directive_found__L
|
|
1 887 unary '-' of unsigned operand produces unsigned result=887_unary__M__of_unsigned_operand_produces_unsigned_result
|
|
1 888 trigraph expansion produced '%c'=888_trigraph_expansion_produced___c_
|
|
1 889 hexadecimal escape sequence out of range\; truncated=889_hexadecimal_escape_sequence_out_of_rangeS_truncated
|
|
1 890 undefined macro '%s' evaluates to 0=890_undefined_macro___s__evaluates_to_0
|
|
1 891 char constant has value %u (more than 8 bits)=891_char_constant_has_value__u_Lmore_than_8_bitsR
|
|
1 892 promotion of unadorned char type to int=892_promotion_of_unadorned_char_type_to_int
|
|
1 893 switch statement has no case labels=893_switch_statement_has_no_case_labels
|
|
1 894 unexpected character (%u) in source file=894_unexpected_character_L_uR_in_source_file
|
|
1 895 ignoring whitespace after line splice=895_ignoring_whitespace_after_line_splice
|
|
1 896 empty member declaration=896_empty_member_declaration
|
|
1 897 '%S' makes use of a non-portable feature (zero-sized array)=897___S__makes_use_of_a_nonMportable_feature_LzeroMsized_arrayR
|
|
1 898 in-class initialization is only allowed for const static integral members=898_inMclass_initialization_is_only_allowed_for_const_static_integral_members
|
|
1 899 cannot convert expression to target type=899_cannot_convert_expression_to_target_type
|
|
1 900 unknown template specialization of '%S'=900_unknown_template_specialization_of___S_
|
|
1 901 wrong number of template arguments for '%S'=901_wrong_number_of_template_arguments_for___S_
|
|
1 902 cannot explicitly specialize member of '%S'=902_cannot_explicitly_specialize_member_of___S_
|
|
1 903 specialization arguments for '%S' match primary template=903_specialization_arguments_for___S__match_primary_template
|
|
1 904 partial template specialization for '%S' ambiguous=904_partial_template_specialization_for___S__ambiguous
|
|
1 905 static assertion failed '%s'=905_static_assertion_failed___s_
|
|
1 906 Exported templates are not supported by Open Watcom C++=906_Exported_templates_are_not_supported_by_Open_Watcom_CPP
|
|
1 907 redeclaration of member function '%S' not allowed=907_redeclaration_of_member_function___S__not_allowed
|
|
1 908 candidate defined %L=908_candidate_defined__L
|
|
1 909 Invalid register name '%s' in #pragma=909_Invalid_register_name___s__in__pragma
|
|
1 910 Archaic syntax: class/struct missing in explicit template instantiation=910_Archaic_syntax__classDstruct_missing_in_explicit_template_instantiation
|
|
1 911 destructor for type void cannot be called=911_destructor_for_type_void_cannot_be_called
|
|
1 912 'typename' keyword used outside template=912__typename__keyword_used_outside_template
|
|
1 913 '%N' does not have a return type specified=913___N__does_not_have_a_return_type_specified
|
|
1 914 'main' must return 'int'=914__main__must_return__int_
|
|
1 915 explicit may only be used within class definition=915_explicit_may_only_be_used_within_class_definition
|
|
1 916 virtual may only be used within class definition=916_virtual_may_only_be_used_within_class_definition
|
|
1 917 cannot redefine default template argument '%N'=917_cannot_redefine_default_template_argument___N_
|
|
1 918 cannot have default template arguments in partial specializations=918_cannot_have_default_template_arguments_in_partial_specializations
|
|
1 919 delete of a pointer to void=919_delete_of_a_pointer_to_void
|
|
1 920 'long char' is deprecated, use wchar_t instead=920__long_char__is_deprecated__use_wchar_t_instead
|
|
1 921 namespace '%I' not allowed in using-declaration=921_namespace___I__not_allowed_in_usingMdeclaration
|
|
1 922 candidate %C defined %L=922_candidate__C_defined__L
|
|
1 923 qualified name '%I' does not name a class=923_qualified_name___I__does_not_name_a_class
|
|
1 924 expected class type, but got '%T'=924_expected_class_type__but_got___T_
|
|
1 925 syntax error near '%s'\; probable cause: incorrectly spelled type name=925_syntax_error_near___s_S_probable_cause__incorrectly_spelled_type_name
|
|
1 926 syntax error: '%s' has not been declared as a member=926_syntax_error____s__has_not_been_declared_as_a_member
|
|
1 927 syntax error: '%s' has not been declared=927_syntax_error____s__has_not_been_declared
|
|
1 928 syntax error: identifier '%s', but expected: '%s'=928_syntax_error__identifier___s___but_expected____s_
|
|
1 929 syntax error: token '%s', but expected: '%s'=929_syntax_error__token___s___but_expected____s_
|
|
1 930 member '%S' cannot be declared in this class=930_member___S__cannot_be_declared_in_this_class
|
|
1 931 cv-qualifier in cast to '%T' is meaningless=931_cvMqualifier_in_cast_to___T__is_meaningless
|
|
1 932 cv-qualifier in return type '%T' is meaningless=932_cvMqualifier_in_return_type___T__is_meaningless
|
|
1 933 use of C-style cast to '%T' is discouraged=933_use_of_CMstyle_cast_to___T__is_discouraged
|
|
1 934 unable to match function template definition '%S'=934_unable_to_match_function_template_definition___S_
|
|
1 935 form is '#pragma enable_message( msgnum )'=935_form_is___pragma_enable_messageL_msgnum_R_
|
|
1 936 form is '#pragma disable_message( msgnum )'=936_form_is___pragma_disable_messageL_msgnum_R_
|