Skip to content
Commit da3ce5c4 authored by Tom Tromey's avatar Tom Tromey
Browse files

Add spaceship operator to cp-name-parser.y



While debugging gdb, I saw this:

During symbol reading: unexpected demangled name 'operator<=><std::chrono::_V2::system_clock, std::chrono::duration<long int>, std::chrono::duration<long int> >'

This happens because cp-name-parser.y does not handle the spaceship
operator.  This patch implements this.

Approved-By: default avatarJohn Baldwin <jhb@FreeBSD.org>

parent 3b099df5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment