$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits][core] modularisation and moving stuff about (again)
From: Peter Dimov (lists_at_[hidden])
Date: 2018-08-22 21:57:48
John Maddock wrote:
> So radical suggestion - does type_traits just belong in core and lets be
> done with it? What would happen to the file history if we moved it (can I
> still "git blame")?
That would be overkill. We could just allow use of type_traits in core. This
will create a dependency cycle though, we need to get rid of the
enable_if/noncopyable dependencies first.