2
0
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:
Christopher Kohlhoff
2006-11-14 10:40:55 +00:00
parent e128068a1f
commit fb3eaba113

View File

@@ -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()
{