Skip to content

Commit 7cc3ba4

Browse files
authored
Merge pull request #3 from nmoehrle/patch-1
Change requirement from C++11 to C++14
2 parents 84eeed8 + 0f38e83 commit 7cc3ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3><i class="fa fa-magic"></i> Straightforward</h3>
4444

4545
<div class="col-md-4">
4646
<h3><i class="fa fa-file-text"></i> Header Only</h3>
47-
There are no external tools required, no preprocessor, no libraries, just your C++11 compliant compiler.
47+
There are no external tools required, no preprocessor, no libraries, just your C++14 compliant compiler.
4848
</div>
4949

5050
<div class="col-md-4">

0 commit comments

Comments
 (0)