eth-cscs / modparser

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

make_unique ambigious overload #20

Closed w-klijn closed 8 years ago

w-klijn commented 8 years ago

When build in visual studio > 2013 make_unique causes an ambigious overload error: http://stackoverflow.com/questions/28521822/c11-14-make-unique-ambigious-overload-for-stdstring

Solution: Put it namespace util with an ifdef guard Use this namespace in implementation

bcumming commented 8 years ago

Closing because this was fixed!