File: 220.patch

package info (click to toggle)
lucene%2B%2B 3.0.9-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,896 kB
  • sloc: cpp: 174,280; ansic: 26,951; python: 8,626; sh: 524; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 913e7ad9450f62412dd5f8fd1b9780c33ae3c496 Mon Sep 17 00:00:00 2001
From: Ryo Nakano <ryonakaknock3@gmail.com>
Date: Sat, 25 Oct 2025 13:12:11 +0900
Subject: [PATCH] Fix old comment about C++ standard

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3677c6d5..7ce313c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ include(dependencies)
 # build docs
 include(Lucene++Docs)
 
-# Enable C++11
+# Enable C++17
 set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)