You've already forked libart-seafire-representation
This commit is contained in:
@@ -24,7 +24,7 @@ namespace art::seafire::representation
|
|||||||
{
|
{
|
||||||
using local_traits = traits::representation_traits<BR>;
|
using local_traits = traits::representation_traits<BR>;
|
||||||
|
|
||||||
if constexpr (local_traits::has_entity_tag_t)
|
if constexpr (local_traits::has_entity_tag)
|
||||||
return rep.etag();
|
return rep.etag();
|
||||||
|
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
@@ -37,7 +37,6 @@ namespace art::seafire::representation
|
|||||||
return rep.etag();
|
return rep.etag();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// last-modified
|
// last-modified
|
||||||
//
|
//
|
||||||
template<BasicRepresentation BR>
|
template<BasicRepresentation BR>
|
||||||
|
|||||||
Reference in New Issue
Block a user