2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Update read_write_non_literal.cpp

This commit is contained in:
Denis Mikhailov
2021-05-02 16:25:56 +04:00
committed by GitHub
parent a6e50ccf07
commit 81d33f5bc6

View File

@@ -38,7 +38,6 @@ void test_type(const T& value, const char* ethalon) {
int main() {
#if !defined(_MSC_VER) /* TODO: remove after fixing strange errors https://ci.appveyor.com/project/apolukhin/magic-get/build/1.65.108-develop */
struct test4 {
int f0;
std::string f1;
@@ -67,7 +66,6 @@ int main() {
"{1, \"my o my\", 3, 4, \"hello there!\"}"
);
#endif
#endif
return boost::report_errors();
}