Commit Graph

2 Commits

Author SHA1 Message Date
sephiroth99
bc8356bb83 Remove usage of non standard identity struct
std::identity was removed from the standards, but Visual Studio kept
it as an extension.

Replace it by std::remove_reference, which does just a little bit
more than std::identity does, but without impact in this case.
2017-07-11 11:47:24 -06:00
Dr. Chat
2acee08590 Base bitfield class 2017-02-19 19:58:58 -06:00