modify unsuitable code
This commit is contained in:
parent
b67425536e
commit
1018c83fc5
@ -350,9 +350,9 @@ endif()
|
||||
###
|
||||
### Extras
|
||||
###
|
||||
###if(YAML_CPP_BUILD_TESTS)
|
||||
### add_subdirectory(test)
|
||||
###endif()
|
||||
if(YAML_CPP_BUILD_TESTS)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
if(YAML_CPP_BUILD_TOOLS)
|
||||
add_subdirectory(util)
|
||||
endif()
|
||||
|
||||
@ -16,10 +16,10 @@ int main(){
|
||||
//root[3] = 324;
|
||||
|
||||
|
||||
root[0] = 'f';
|
||||
root[1] = 'u';
|
||||
root[2] = 'c';
|
||||
root[3] = 'k';
|
||||
root[0] = 'h';
|
||||
root[1] = 'e';
|
||||
root[2] = 'l';
|
||||
root[3] = 'o';
|
||||
|
||||
|
||||
if(root.IsSequence()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user