From 538b96d6e2fe72ce1627dbcb2df0f891d03732ef Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 2 Apr 2016 03:52:47 -0700 Subject: [PATCH] remove claims of supporting C++ in stretchy_buffer --- stretchy_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stretchy_buffer.h b/stretchy_buffer.h index b9a493c..9b47a67 100644 --- a/stretchy_buffer.h +++ b/stretchy_buffer.h @@ -2,7 +2,7 @@ // a vector<>-like dynamic array for C // // version history: -// 1.02 - compiles as C++, but untested +// 1.02 - tweaks to syntax for no good reason // 1.01 - added a "common uses" documentation section // 1.0 - fixed bug in the version I posted prematurely // 0.9 - rewrite to try to avoid strict-aliasing optimization