1
0
Эх сурвалжийг харах

doc: remove reference to identity

skypjack 2 сар өмнө
parent
commit
b469b2b353
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      docs/md/core.md

+ 0 - 4
docs/md/core.md

@@ -915,10 +915,6 @@ It is not possible to escape the temptation to add utilities of some kind to a
 library. In fact, `EnTT` also provides a handful of tools to simplify the
 life of developers:
 
-* `entt::identity`: the identity function object that will be available with
-  C++20. It returns its argument unchanged and nothing more. It is useful as a
-  sort of _do nothing_ function in template programming.
-
 * `entt::overload`: a tool to disambiguate different overloads from their
   function type. It works with both free and member functions.<br/>
   Consider the following definition: