$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] variant visitor using SFINAE problem
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2013-05-25 14:14:32
Hi,
attached my code to show my problem. It seems to work (partially) so
far, but not the vector<int> where I get a compile error. This is my
first try with SFINAE in that way. Are the conditions correct and robust
enough? How to compile it? Did I forgot one use case? Using this small
helper would simplify some post processing.
Thanks,
Olaf