I got sent a link describing a [[deprecated]]
attribute in C++11. This sound pretty convenient, and I would like to have more information about it - which compilers support it, full documentation on it, etc.
I spent 20 minutes or so googling around, but apart from the linked website, I couldn't find infos on this anywhere. Partly, this was complicated by other uses of the word "deprecated" in connection with C++11, and search engines not recognizing [[
. I didn't find this in draft standards linked to in various SO answers, either. I don't have access to the full, paid, standard.
Does anybody have more information about this [[deprecated]]
attribute?
P.S.: If you're curious, I'd use this as a better alternative to https://stackoverflow.com/a/295229/599884