$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [thread] C++11 once_flag enabled when constexpr is not available
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-02-22 17:49:02
Hi, Vicente!
I see you applied my patch for call_once but you seem to forgot to disable the
C++11 call_once interface when the compiler does not support constexpr. Was
that intentional or you just missed it?
Anyway, please find the patch attached.