Subject: [Boost-bugs] [Boost C++ Libraries] #11086: Unqualified calls to strcmp in libs/log/test/run/util_string_literal.cpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-06 22:38:29
#11086: Unqualified calls to strcmp in libs/log/test/run/util_string_literal.cpp
-------------------------------------------+---------------------
Reporter: Aparna Kumta <aparna.kumta@â¦> | Owner: andysem
Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------------+---------------------
Compiling util_string_literal.cpp with Oracle Solaris 12.4 on Solaris, we
see the following error:
"../libs/log/test/run/util_string_literal.cpp", line 43: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 57: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 73: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 81: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 90: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 98: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 211: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 214: Error: The
function "strcmp" must have a prototype.
"../libs/log/test/run/util_string_literal.cpp", line 217: Error: The
function "strcmp" must have a prototype.
9 Error(s) detected.
The calls to strcmp need to be qualified with std::
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11086> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC