removed the dependency on the compiled boost.date_time library
This commit is contained in:
@@ -1117,7 +1117,8 @@ void print(std::ostream& os) const;
|
||||
</pre>
|
||||
</blockquote>
|
||||
<p>The <tt class="docutils literal"><span class="pre">print()</span></tt> function is there for debug purposes only. It will print the info from
|
||||
the torrent file to the given outstream.</p>
|
||||
the torrent file to the given outstream. This function has been deprecated and will
|
||||
be removed from future releases.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2><a id="trackers" name="trackers">trackers()</a></h2>
|
||||
|
@@ -1045,7 +1045,8 @@ print()
|
||||
void print(std::ostream& os) const;
|
||||
|
||||
The ``print()`` function is there for debug purposes only. It will print the info from
|
||||
the torrent file to the given outstream.
|
||||
the torrent file to the given outstream. This function has been deprecated and will
|
||||
be removed from future releases.
|
||||
|
||||
|
||||
trackers()
|
||||
|
Reference in New Issue
Block a user