diff options
| author | Tyge Løvset <[email protected]> | 2023-06-20 16:32:32 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-06-20 16:32:32 +0200 |
| commit | 3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5 (patch) | |
| tree | 4a7c1d3c8a3774915a32f1d5e55846d89ae2c216 /include/stc/priv | |
| parent | de4f8fa86f141dfeab15f5576029910474f56fa1 (diff) | |
| download | STC-modified-3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5.tar.gz STC-modified-3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5.zip | |
Renamed `i_more` => `i_retain` (avoids undef of template parameters on next STC container inclusion).
Diffstat (limited to 'include/stc/priv')
| -rw-r--r-- | include/stc/priv/template2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/priv/template2.h b/include/stc/priv/template2.h index 4604e610..47b82937 100644 --- a/include/stc/priv/template2.h +++ b/include/stc/priv/template2.h @@ -20,8 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifdef i_more -#undef i_more +#ifdef i_retain +#undef i_retain #else #undef i_type #undef i_tag |
