We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe018d commit 87285b0Copy full SHA for 87285b0
README.md
@@ -1,8 +1,8 @@
1
# NOTE: C++11 required!!!
2
3
-While most of the code still uses the C++98 standard, in order to compile is a C++11 compiler is required.
+While most of the code still uses the C++98 standard, in order to compile it a C++11 compiler is required.
4
Due to problems with the boost/functional/factory library when compiling on Mac OS X (OS X High Sierra and later)
5
-SAMoS no longer uses boost/functional/factory library. Instead a light-weight class factory was implemented using
+SAMoS no longer uses that library. Instead a light-weight class factory was implemented using the
6
C++11 standard (it relies on variadic templates).
7
8
# Soft Active Matter on Surfaces (SAMoS)
0 commit comments