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-02 02:26:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e7942788d
tomlplusplus
/
tests
/
odr_test_1.cpp
10 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
build(meson): add compile_library option
2022-02-12 13:25:20 +00:00
#
define TOML_UNDEF_MACROS 0
added regression test to detect ODR violations
2022-01-12 23:24:09 +00:00
#
include
"../toml.hpp"
release v3.0.1
2022-01-13 10:09:07 +00:00
TOML_DISABLE_WARNINGS
;
added regression test to detect ODR violations
2022-01-12 23:24:09 +00:00
int
main
(
)
{
return
0
;
}
Reference in New Issue
Copy Permalink