From Jason Turner

[func.wrap.func.nullptr]

Diff to HTML by rtfpessoa

tmp/tmpmgil144p/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ##### null pointer comparison operators <a id="func.wrap.func.nullptr">[[func.wrap.func.nullptr]]</a>
2
 
3
  ``` cpp
4
  template <class R, class... ArgTypes>
5
  bool operator==(const function<R(ArgTypes...)>& f, nullptr_t) noexcept;
6
  template <class R, class... ArgTypes>
 
1
+ ##### null pointer comparison functions <a id="func.wrap.func.nullptr">[[func.wrap.func.nullptr]]</a>
2
 
3
  ``` cpp
4
  template <class R, class... ArgTypes>
5
  bool operator==(const function<R(ArgTypes...)>& f, nullptr_t) noexcept;
6
  template <class R, class... ArgTypes>