Lioncash cd12b2c55f IR: Make IRBuilder uncopyable
Hiding and not implementing the copy constructor is a pre-C++11 thing.
It should also be noted that a copy constructor, as defined by the
language, contains a const qualifier on its parameter, so this wouldn't
have prevented copies from being performed.
2017-01-16 18:59:17 -05:00
..
2017-01-16 18:59:17 -05:00
2017-01-14 17:06:40 +01:00
2016-10-07 23:46:41 +02:00
2016-01-05 19:42:02 -06:00