Skip to content

Commit 098b06c

Browse files
authored
Merge pull request #3033 from heplesser/fix11
Remove last mentions of C++11 as default
2 parents ee575c7 + 621396d commit 098b06c

File tree

8 files changed

+3
-353
lines changed

8 files changed

+3
-353
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Run cppcheck..."
5656
run: |
57-
cppcheck --enable=all --language=c++ --std=c++11 -i sli/ --suppressions-list=.cppcheck_suppressions ./
57+
cppcheck --enable=all --language=c++ --std=c++17 -i sli/ --suppressions-list=.cppcheck_suppressions ./
5858
5959
rstcheck:
6060
runs-on: "ubuntu-20.04"

cmake/Platform/JURON_Base.cmake

Lines changed: 0 additions & 189 deletions
This file was deleted.

cmake/Platform/JURON_Clang.cmake

Lines changed: 0 additions & 43 deletions
This file was deleted.

cmake/Platform/JURON_GCC.cmake

Lines changed: 0 additions & 32 deletions
This file was deleted.

cmake/Platform/JURON_XL.cmake

Lines changed: 0 additions & 46 deletions
This file was deleted.

doc/htmldoc/developer_space/workflows/nest_with_ides.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Setting up the project
151151

152152
a. *Cmake: Build Directory* to ``${workspaceFolder}/../build``
153153
#. *Cmake: Install Prefix* to ``${workspaceFolder}/../build/install``
154-
#. *Cpp Standard* to ``c++11``
154+
#. *Cpp Standard* to ``c++17``
155155

156156
#. In the source directory, open ``.vscode/c_cpp_properties.json``, and add
157157

doc/htmldoc/installation/cmake_options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Generic build configuration
180180
| ``-Dwith-intel-compiler-flags=[OFF|<list;of;flags>]``| User defined flags for the Intel compiler |
181181
| | [default='-fp-model strict']. Separate multiple flags by ';'. |
182182
+------------------------------------------------------+------------------------------------------------------------------+
183-
| ``-Dwith-cpp-std=[<C++ standard>]`` | C++ standard to use for compilation [default='c++11']. |
183+
| ``-Dwith-cpp-std=[<C++ standard>]`` | C++ standard to use for compilation [default='c++17']. |
184184
+------------------------------------------------------+------------------------------------------------------------------+
185185
| ``-Dwith-libraries=[OFF|<list;of;libraries>]`` | Link additional libraries [default=OFF]. Give full path. Separate|
186186
| | multiple libraries by ';'. |

nestkernel/save_doc_fmt.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)