Re: [v3 PATCH] Adjust optional's pretty printer for LWG 2900.

2017-03-29 Thread Jonathan Wakely
On 29/03/17 14:51 +0300, Ville Voutilainen wrote: Tested on Linux-x64. 2017-03-29 Ville Voutilainen Adjust optional's pretty printer for LWG 2900. * python/libstdcxx/v6/printers.py (StdExpOptionalPrinter::__init__): Look at the nested payload in case of non-experimental optional.

[v3 PATCH] Adjust optional's pretty printer for LWG 2900.

2017-03-29 Thread Ville Voutilainen
Tested on Linux-x64. 2017-03-29 Ville Voutilainen Adjust optional's pretty printer for LWG 2900. * python/libstdcxx/v6/printers.py (StdExpOptionalPrinter::__init__): Look at the nested payload in case of non-experimental optional. diff --git a/libstdc++-v3/python/libstdcxx/v6/print