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