From c8ca8eab987dd6198770f7cb656ae927fcf5e64b Mon Sep 17 00:00:00 2001 From: OleksandrKvl Date: Fri, 25 Oct 2024 10:47:41 +0000 Subject: [PATCH] deploy: 3954688964e5ab9847cb9452ed2816302963bc50 --- git-main/installation.html | 3 ++- git-main/sbepp_8hpp_source.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/git-main/installation.html b/git-main/installation.html index efe751b..6275b45 100644 --- a/git-main/installation.html +++ b/git-main/installation.html @@ -124,7 +124,8 @@

  • SBEPP_BUILD_SBEPPC = ON, controls whether sbeppc should be built
  • SBEPP_DEV_MODE = OFF, enables developer mode.
  • SBEPP_BUILD_BENCHMARK = OFF, requires SBEPP_DEV_MODE=ON, controls whether benchmarks should be built. If ON, requires benchmark
  • -
  • SBEPP_BUILD_TESTS = OFF, requires SBEPP_DEV_MODE=ON, controls whether tests should be built. If ON, requires googletest and fmt
  • +
  • SBEPP_BUILD_TESTS = OFF, controls whether tests should be built. If ON, requires googletest and fmt
  • +
  • SBEPP_SEPARATE_TESTS = ON, requires SBEPP_BUILD_TESTS=ON, controls whether each unit test is treated separately in CTest
  • SBEPP_BUILD_DOCS = OFF, controls whether documentation should be built. If ON requires Doxygen
  • There's a conanfile.txt which can be used to simplify dependency management.

    diff --git a/git-main/sbepp_8hpp_source.html b/git-main/sbepp_8hpp_source.html index ec2100d..cbe838b 100644 --- a/git-main/sbepp_8hpp_source.html +++ b/git-main/sbepp_8hpp_source.html @@ -2443,7 +2443,7 @@
    2498 {
    2499 for(const auto entry : this->cursor_range(c))
    2500 {
    -
    2501 if(v.template on_entry(entry, c))
    +
    2501 if(v.on_entry(entry, c))
    2502 {
    2503 return true;
    2504 }
    @@ -2666,7 +2666,7 @@
    2720 {
    2721 for(const auto entry : this->cursor_range(c))
    2722 {
    -
    2723 if(v.template on_entry(entry, c))
    +
    2723 if(v.on_entry(entry, c))
    2724 {
    2725 return true;
    2726 }