mirror of
https://github.com/boostorg/asio.git
synced 2026-01-28 06:42:08 +00:00
Change to use function-based placeholders for gcc to avoid some duplicate
symbol linker problems. [SVN r36036]
This commit is contained in:
@@ -43,7 +43,7 @@ unspecified bytes_transferred;
|
||||
/// boost::asio::basic_resolver::resolve.
|
||||
unspecified iterator;
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
#elif defined(__BORLANDC__) || defined(__GNUC__)
|
||||
|
||||
inline boost::arg<1> error()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user