mirror of
https://github.com/thestk/stk
synced 2026-04-20 06:26:55 +00:00
Release 4.3.1 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
e54b0cefab
commit
c92cf7468d
@@ -33,10 +33,8 @@ In the following example, we'll modify the <code>bethree.cpp</code> program from
|
||||
<span class="preprocessor">#include "SKINI.msg"</span>
|
||||
<span class="preprocessor">#include <math.h></span>
|
||||
<span class="preprocessor">#include <algorithm></span>
|
||||
<span class="preprocessor">#if !defined(__OS_WINDOWS__) // Windoze bogosity for VC++ 6.0</span>
|
||||
<span class="preprocessor"></span> <span class="keyword">using</span> std::min;
|
||||
<span class="preprocessor">#endif</span>
|
||||
<span class="preprocessor"></span>
|
||||
<span class="keyword">using</span> std::min;
|
||||
|
||||
<span class="keywordtype">void</span> usage(<span class="keywordtype">void</span>) {
|
||||
<span class="comment">// Error function in case of incorrect command-line</span>
|
||||
<span class="comment">// argument specifications.</span>
|
||||
|
||||
Reference in New Issue
Block a user