Commit e41fd1f0 by Jonathan Wakely Committed by Jonathan Wakely

libstdc++/66902 Make _S_debug_messages static.

	PR libstdc++/66902
	* src/c++11/debug.cc (_S_debug_messages): Give internal linkage.

From-SVN: r227228
parent 8a256400
2015-08-26 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/66902
* src/c++11/debug.cc (_S_debug_messages): Give internal linkage.
2015-08-24 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/60519
......
......@@ -103,7 +103,7 @@ namespace
namespace __gnu_debug
{
const char* _S_debug_messages[] =
static const char* _S_debug_messages[] =
{
// General Checks
"function requires a valid iterator range [%1.name;, %2.name;)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment