This commit is contained in:
bthomee
2025-02-13 13:53:00 +00:00
parent e5d00ab2bf
commit 1d6907c0f0
2 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ $(function() {
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="preprocessor">#include &lt;sys/types.h&gt;</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment">// Do we know the plaform we&#39;re compiling on? If you&#39;re adding new platforms</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment">// Do we know the platform we&#39;re compiling on? If you&#39;re adding new platforms</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="comment">// modify this check accordingly.</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#if !BOOST_OS_LINUX &amp;&amp; !BOOST_OS_WINDOWS &amp;&amp; !BOOST_OS_MACOS</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#error Supported platforms are: Linux, Windows and MacOS</span></div>