$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [overloaded_function] Why does it define f_ as const?
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2012-12-10 08:37:13
Hello,
I'm trying to use overloaded_function. But unfortunately it defines f_ as const,
which makes it not Assignable. Which seems to me, like a unnecessary
limitation. I looked at the docs, but couldn't find any mention of assignment
nor a rationale for this behavior. Is there a specific reason for
overloaded_function
to not be Assignable?
Regards,
-- Felipe Magno de Almeida