View Single Post
  #117  
Old 10-19-2004, 12:31 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
I want one factual reason Same-Sex marriage should be banned. I don't see any reason for it. Please, if someone knows a factual legitimate reason why Same-Sex Marriage should be banned, inform me. Educate me.
Id be EVER so glad to do so. Same-sex couples cannot procreate. Not by nature, not by science, nothing. The minute they can, then I'd be fine. I know that marrage isnt soley for procreation, however, allowing same-sex marrage would be promoting an unnatural communion that should not be supported.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote