fix typo
This commit is contained in:
parent
96318bbe11
commit
6a8c5c8869
@ -35,7 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
namespace osrm
|
namespace osrm
|
||||||
{
|
{
|
||||||
// Taken from http://msdn.microsoft.com/en-us/library/dn439780.asp
|
// Taken from http://msdn.microsoft.com/en-us/library/dn439780.asp
|
||||||
// Note, that the snippet is broken there and needed minor massaging
|
// Note, that the snippet was broken there and needed minor massaging
|
||||||
|
|
||||||
// make_unique<T>
|
// make_unique<T>
|
||||||
template <class T, class... Types> std::unique_ptr<T> make_unique(Types &&... Args)
|
template <class T, class... Types> std::unique_ptr<T> make_unique(Types &&... Args)
|
||||||
|
Loading…
Reference in New Issue
Block a user