summaryrefslogtreecommitdiff
path: root/3p36.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-12 19:33:50 +0200
committerOskar <[email protected]>2024-08-12 19:33:50 +0200
commitb42e5076ff9b43027377f71744e9c14935bf788f (patch)
tree6df30a6beb6e550735226aa1633dc917027cdddd /3p36.cpp
parent0863591e1aa4a172e376dcdc9c3e0d2c39a63019 (diff)
i had fixed that issue earlier in the last commit with the if...else and break
Diffstat (limited to '3p36.cpp')
-rw-r--r--3p36.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/3p36.cpp b/3p36.cpp
index 3928de5..4eb9b9e 100644
--- a/3p36.cpp
+++ b/3p36.cpp
@@ -8,11 +8,7 @@
*
* 3.36
*
- * I found a little bit of strangeness when comparing the vectors with '=='
- * If i input for example 5 1's to the first vector
- * and then i enter maybe 2 1's to the 2nd vector
- * and then afterwards hit CTRL+D, the vector evaluates
- * as equal... Not sure if it's supposed to be like this, they clearly aren't the same...
+ *
*/
int main () {