From 93247b6231c93db388288b9ac34e1f37ef7feae4 Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sun, 17 Nov 2024 23:06:22 +0800 Subject: [PATCH] update --- PenetrateBasic/main.cpp | 2 +- PenetrateBasic/validate_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PenetrateBasic/main.cpp b/PenetrateBasic/main.cpp index 8438f97..35c08b5 100644 --- a/PenetrateBasic/main.cpp +++ b/PenetrateBasic/main.cpp @@ -12,7 +12,7 @@ int vp(int c) { return c; } verify::T::Validation vp_check; -auto args0 = vp_check.pos<0>() & new impls::Int32Limit(QString(u8"Hello World"), 0, 3); +auto args0 = vp_check.pos<0>() & new impls::Int32Limit(u8"Hello World", 0, 3); namespace xproc { diff --git a/PenetrateBasic/validate_impl.h b/PenetrateBasic/validate_impl.h index aa7d923..4235eb7 100644 --- a/PenetrateBasic/validate_impl.h +++ b/PenetrateBasic/validate_impl.h @@ -1,6 +1,6 @@ #pragma once -#include "validation.h" +#include "validation_basic.h" namespace impls { template