This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tomlplusplus
Watch
1
Star
0
Fork
0
You've already forked tomlplusplus
mirror of
https://github.com/marzer/tomlplusplus.git
synced
2024-11-05 02:28:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f94de96928
tomlplusplus
/
include
/
toml++
/
impl
/
header_start.h
7 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
added header bookend includes
2021-10-24 10:21:32 +00:00
//# {{
#
ifdef __INTELLISENSE__
greatly simplified project header structure also: - removed `TOML_LARGE_FILES` - removed unnecessary template machinery (esp. where ostreams were involved) - made all overloaded operators 'hidden friends' - documentation fixes - version bump - this will form the foundation of v3
2021-10-24 22:04:23 +00:00
#
include
"preprocessor.h"
added header bookend includes
2021-10-24 10:21:32 +00:00
#
endif
//# }}
TOML_PUSH_WARNINGS
;
Reference in New Issue
Copy Permalink