Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Both [orb][] and [Semigroups][] perform better when [orb][] is compiled, so comp

* from version 3.0.0, it is necessary to compile the [Semigroups][] package.
[Semigroups][] uses the [libsemigroups][] C++ library, which requires a compiler
implementing the C++14 standard.
implementing the C++17 standard.

You may either build [libsemigroups][] along with [Semigroups][], or have it
installed at a custom or standard location, as explained in its
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dnl ##
AC_PROG_CXX
AC_LANG([C++])

AX_CXX_COMPILE_STDCXX_14(,[mandatory])
AX_CXX_COMPILE_STDCXX([17],,[mandatory])

dnl compiler builtins
AC_DEFUN([CHECK_COMPILER_BUILTIN],
Expand Down
2 changes: 1 addition & 1 deletion doc/z-chap02.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<URL Text="libsemigroups">
https://libsemigroups.github.io/libsemigroups/
</URL>
C++ library, which requires a compiler implementing the C++14 standard.
C++ library, which requires a compiler implementing the C++17 standard.
Inside the <F>pkg/semigroups-&VERSION;</F> directory, in your terminal
type
<Listing><![CDATA[
Expand Down
Loading