mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Changed the way we read different types of scalars.
It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
This commit is contained in:
@@ -4,6 +4,7 @@ project (YAML_CPP)
|
||||
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
|
||||
|
||||
set(PUB_HDR
|
||||
include/conversion.h
|
||||
include/crt.h
|
||||
include/emitter.h
|
||||
include/emittermanip.h
|
||||
@@ -41,6 +42,7 @@ set(PVT_HDR
|
||||
set(SRC
|
||||
src/alias.cpp
|
||||
src/content.cpp
|
||||
src/conversion.cpp
|
||||
src/emitter.cpp
|
||||
src/emitterstate.cpp
|
||||
src/emitterutils.cpp
|
||||
|
Reference in New Issue
Block a user